aboutsummaryrefslogtreecommitdiff
path: root/test/test/showClass.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-04-19 14:41:11 +0200
committerMartin Odersky <odersky@gmail.com>2013-04-19 14:41:11 +0200
commit6b58c275293b2c2b0bf3390eaee94ec31bcbdab9 (patch)
tree74c264e1483b9a346821c53ad09df10c69e5f8bd /test/test/showClass.scala
parent344450ffcde551af8406fa1b873a6cb9dd430eb0 (diff)
downloaddotty-6b58c275293b2c2b0bf3390eaee94ec31bcbdab9.tar.gz
dotty-6b58c275293b2c2b0bf3390eaee94ec31bcbdab9.tar.bz2
dotty-6b58c275293b2c2b0bf3390eaee94ec31bcbdab9.zip
Added TreeBuilder and TreeInfo classes.
Also changed Untyped from Nothing to Null, because it avoids type inference problems.
Diffstat (limited to 'test/test/showClass.scala')
-rw-r--r--test/test/showClass.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/showClass.scala b/test/test/showClass.scala
index c10423b09..ac4a86536 100644
--- a/test/test/showClass.scala
+++ b/test/test/showClass.scala
@@ -10,7 +10,7 @@ object showClass extends ShowClassTests {
// showPackage("scala.reflect")
// showPackage("scala.collection")
- showPackage("dotty")
+// showPackage("dotty")
showPackage("scala")
println("done")
}