summaryrefslogtreecommitdiff
path: root/test/files/neg/bug414.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug414.check')
-rw-r--r--test/files/neg/bug414.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/neg/bug414.check b/test/files/neg/bug414.check
new file mode 100644
index 0000000000..dc6f636ff8
--- /dev/null
+++ b/test/files/neg/bug414.check
@@ -0,0 +1,9 @@
+bug414.scala:5 error: stable identifier required, but Empty found.
+ case Empty =>
+ ^
+bug414.scala:7 error: type mismatch;
+ found : scala.Unit
+ required: a
+ case _ =>
+ ^
+two errors found