summaryrefslogtreecommitdiff
path: root/test/files/neg/t7473.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t7473.check')
-rw-r--r--test/files/neg/t7473.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/t7473.check b/test/files/neg/t7473.check
new file mode 100644
index 0000000000..bc8c29d463
--- /dev/null
+++ b/test/files/neg/t7473.check
@@ -0,0 +1,7 @@
+t7473.scala:6: error: '<-' expected but '=' found.
+ (for (x = Option(i); if x == j) yield 42) toList
+ ^
+t7473.scala:6: error: illegal start of simple expression
+ (for (x = Option(i); if x == j) yield 42) toList
+ ^
+two errors found