summaryrefslogtreecommitdiff
path: root/test/files/neg/t3392.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3392.check')
-rw-r--r--test/files/neg/t3392.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/neg/t3392.check b/test/files/neg/t3392.check
index 842d63eec9..3a39098c4e 100644
--- a/test/files/neg/t3392.check
+++ b/test/files/neg/t3392.check
@@ -1,4 +1,7 @@
t3392.scala:9: error: not found: value x
case x@A(x/*<-- refers to the pattern that includes this comment*/.Ex(42)) =>
^
-one error found
+t3392.scala:9: error: Could not typecheck extractor call: case class <none> with arguments List(42)
+ case x@A(x/*<-- refers to the pattern that includes this comment*/.Ex(42)) =>
+ ^
+two errors found