summaryrefslogtreecommitdiff
path: root/test/files/neg/t414.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t414.check')
-rw-r--r--test/files/neg/t414.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t414.check b/test/files/neg/t414.check
index a855497648..d0d24baa33 100644
--- a/test/files/neg/t414.check
+++ b/test/files/neg/t414.check
@@ -1,5 +1,5 @@
t414.scala:5: error: pattern type is incompatible with expected type;
- found : object Empty
+ found : Empty.type (with underlying type object Empty)
required: IntMap[a]
Note: if you intended to match against the class, try `case _: Empty[_]` or `case Empty()`
case Empty =>