summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1241.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug1241.check')
-rw-r--r--test/files/neg/bug1241.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/neg/bug1241.check b/test/files/neg/bug1241.check
deleted file mode 100644
index 2a892a274c..0000000000
--- a/test/files/neg/bug1241.check
+++ /dev/null
@@ -1,7 +0,0 @@
-bug1241.scala:5: error: class type required but AnyRef{def hello(): Unit} found
- val x4 = new T { def hello() { println("4") } } // error!
- ^
-bug1241.scala:5: error: AnyRef{def hello(): Unit} does not have a constructor
- val x4 = new T { def hello() { println("4") } } // error!
- ^
-two errors found