aboutsummaryrefslogtreecommitdiff
path: root/test/test/showClass.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-04-07 23:01:07 +0200
committerMartin Odersky <odersky@gmail.com>2013-04-07 23:01:07 +0200
commit19143c67d77a71bd5ef18769e222beed291fa92b (patch)
treeec309ed9e830dfe4875a0c6a2e7776fa3a8a046f /test/test/showClass.scala
parent34cdca9f2eb60facef679cca9c1d7cb4b2ae10dc (diff)
downloaddotty-19143c67d77a71bd5ef18769e222beed291fa92b.tar.gz
dotty-19143c67d77a71bd5ef18769e222beed291fa92b.tar.bz2
dotty-19143c67d77a71bd5ef18769e222beed291fa92b.zip
Changes to pre complete decls
Dropped preCompleteDecls for a general refactoring that makes decls available after a class is loaded and before it is completed. Also some other fixes to classloading problems.
Diffstat (limited to 'test/test/showClass.scala')
-rw-r--r--test/test/showClass.scala7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/test/showClass.scala b/test/test/showClass.scala
index 7951c0a95..f2cb78deb 100644
--- a/test/test/showClass.scala
+++ b/test/test/showClass.scala
@@ -6,9 +6,10 @@ object showClass extends ShowClassTests {
def main(args: Array[String]) = {
for (arg <- args) showPackage(ctx.requiredPackage(arg))
-// showClasses("scala.reflect.internal.StdCreators")
- showPackage("scala.reflect")
- showPackage("scala.collection")
+ showClasses("scala.tools.jline.WindowsTerminal")
+// showPackage("scala.reflect")
+// showPackage("scala.collection")
+// showPackage("scala")
println("done")
}
}