summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@epfl.ch>2011-05-03 08:27:26 +0000
committerHubert Plociniczak <hubert.plociniczak@epfl.ch>2011-05-03 08:27:26 +0000
commit3f1f0a4947cd70089d70254d99a90cf907420a92 (patch)
treea866664c4fceaed76b4542efc18e96d1253de45e /test/files
parent0bfaa0baf4aa7eed7f14839caf73d167ea074a75 (diff)
downloadscala-3f1f0a4947cd70089d70254d99a90cf907420a92.tar.gz
scala-3f1f0a4947cd70089d70254d99a90cf907420a92.tar.bz2
scala-3f1f0a4947cd70089d70254d99a90cf907420a92.zip
rewrite of nested objects implementation.
review by odersky, dragos and whoever feels like it.
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/bug2873.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/run/bug2873.scala b/test/files/run/bug2873.scala
deleted file mode 100644
index a21ab56063..0000000000
--- a/test/files/run/bug2873.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-object Test {
- def main(args: Array[String]): Unit = {
- classOf[scala.collection.immutable.RedBlack[_]].getMethod("Empty").getGenericReturnType
- }
-}