summaryrefslogtreecommitdiff
path: root/test/files/neg/bug117.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug117.check')
-rw-r--r--test/files/neg/bug117.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/neg/bug117.check b/test/files/neg/bug117.check
new file mode 100644
index 0000000000..f05e2e1c00
--- /dev/null
+++ b/test/files/neg/bug117.check
@@ -0,0 +1,10 @@
+bug117.scala:2: '(' expected but '[' found.
+ def this[A](x: A, y: A) = {
+ ^
+bug117.scala:4: identifier expected but '}' found.
+ }
+ ^
+bug117.scala:5: illegal start of expression
+}
+^
+three errors found