aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t414.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t414.check')
-rw-r--r--tests/untried/neg/t414.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/untried/neg/t414.check b/tests/untried/neg/t414.check
new file mode 100644
index 000000000..30211eef8
--- /dev/null
+++ b/tests/untried/neg/t414.check
@@ -0,0 +1,12 @@
+t414.scala:5: error: pattern type is incompatible with expected type;
+ found : Empty.type
+ required: IntMap[a]
+Note: if you intended to match against the class, try `case Empty()`
+ case Empty =>
+ ^
+t414.scala:7: error: type mismatch;
+ found : Unit
+ required: a
+ case _ =>
+ ^
+two errors found