aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t391.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t391.check')
-rw-r--r--tests/untried/neg/t391.check13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/untried/neg/t391.check b/tests/untried/neg/t391.check
new file mode 100644
index 000000000..879d9af71
--- /dev/null
+++ b/tests/untried/neg/t391.check
@@ -0,0 +1,13 @@
+t391.scala:2: error: identifier expected but 'def' found.
+ def fun1(def x: Int): Int = x; // the "def x" is illegal
+ ^
+t391.scala:4: error: ':' expected but '}' found.
+}
+^
+t391.scala:6: error: identifier expected but 'def' found.
+class E(def x: Int); // the "def x" is illegal
+ ^
+t391.scala:6: error: ':' expected but eof found.
+class E(def x: Int); // the "def x" is illegal
+ ^
+four errors found