aboutsummaryrefslogtreecommitdiff
path: root/test/test/showTree.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 /test/test/showTree.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 'test/test/showTree.scala')
-rw-r--r--test/test/showTree.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/showTree.scala b/test/test/showTree.scala
index 5a9452c09..b9b68ed19 100644
--- a/test/test/showTree.scala
+++ b/test/test/showTree.scala
@@ -1,5 +1,5 @@
package test
-import dotty.tools.dotc.ast.UntypedTrees.untpd._
+import dotty.tools.dotc.ast.untpd._
object showTree extends ParserTest {