aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Annotations.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-05-22 18:56:31 +0200
committerMartin Odersky <odersky@gmail.com>2013-05-22 18:56:57 +0200
commit965a62d4a165da7e5a53c9afdba3175e10fe714b (patch)
tree9698567b21c4a6006aa5c1e3bdd7ba788706539b /src/dotty/tools/dotc/core/Annotations.scala
parentfd079d2f3335db7b54b0f78a4d884d9948a7beea (diff)
downloaddotty-965a62d4a165da7e5a53c9afdba3175e10fe714b.tar.gz
dotty-965a62d4a165da7e5a53c9afdba3175e10fe714b.tar.bz2
dotty-965a62d4a165da7e5a53c9afdba3175e10fe714b.zip
Made tpd/untpd toplevel objects.
Moved all other elements of TypedTrees and UntypedTrees into tpd and untpd.
Diffstat (limited to 'src/dotty/tools/dotc/core/Annotations.scala')
-rw-r--r--src/dotty/tools/dotc/core/Annotations.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/Annotations.scala b/src/dotty/tools/dotc/core/Annotations.scala
index 07ed37f06..bef8499b0 100644
--- a/src/dotty/tools/dotc/core/Annotations.scala
+++ b/src/dotty/tools/dotc/core/Annotations.scala
@@ -1,7 +1,7 @@
package dotty.tools.dotc
package core
-import Symbols._, Types._, util.Positions._, Contexts._, Constants._, ast.TypedTrees.tpd._
+import Symbols._, Types._, util.Positions._, Contexts._, Constants._, ast.tpd._
object Annotations {