summaryrefslogtreecommitdiff
path: root/test/files/neg/tests.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/tests.check')
-rw-r--r--test/files/neg/tests.check25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/files/neg/tests.check b/test/files/neg/tests.check
deleted file mode 100644
index c179e8c4d0..0000000000
--- a/test/files/neg/tests.check
+++ /dev/null
@@ -1,25 +0,0 @@
-tests.scala:29: package java is not a value
- {System.out.print(11); java}.lang.System.out.println();
- ^
-tests.scala:30: package lang is not a value
- {System.out.print(12); java.lang}.System.out.println();
- ^
-tests.scala:31: object System is not a value
- {System.out.print(13); java.lang.System}.out.println();
- ^
-tests.scala:37: package test0 is not a value
- {System.out.print(21); test0}.bar.System.out.println();
- ^
-tests.scala:38: package bar is not a value
- {System.out.print(22); test0.bar}.System.out.println();
- ^
-tests.scala:51: type Tuple2$class is not a member of scala
- def a: Any = new scala.Tuple2$class(1,1);
- ^
-tests.scala:52: type Predef$$anon$7 is not a member of scala
- def b: scala.Predef$$anon$7;
- ^
-tests.scala:53: type List$Class is not a member of scala
- def c: scala.List$Class;
- ^
-8 errors found