summaryrefslogtreecommitdiff
path: root/test/pending/run/t2034.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t2034.scala')
-rw-r--r--test/pending/run/t2034.scala15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/pending/run/t2034.scala b/test/pending/run/t2034.scala
deleted file mode 100644
index a599dc2224..0000000000
--- a/test/pending/run/t2034.scala
+++ /dev/null
@@ -1,15 +0,0 @@
-// no idea, reassigned to Iulian
-object Test {
-
- def main(args: Array[String]) {
- val fooz = new foo.foo2
- println(fooz)
- }
-
- object foo {
- class foo2 {
- override def toString = getClass.toString//.getSimpleName
- }
- }
-
-}