summaryrefslogtreecommitdiff
path: root/test/files/neg/t5903a.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5903a.check')
-rw-r--r--test/files/neg/t5903a.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/t5903a.check b/test/files/neg/t5903a.check
new file mode 100644
index 0000000000..cbdcfd1bdd
--- /dev/null
+++ b/test/files/neg/t5903a.check
@@ -0,0 +1,7 @@
+Test_2.scala:4: error: wrong number of patterns for <$anon: AnyRef> offering (SomeTree.type, SomeTree.type): expected 2, found 3
+ case nq"$x + $y + $z" => println((x, y))
+ ^
+Test_2.scala:4: error: not found: value x
+ case nq"$x + $y + $z" => println((x, y))
+ ^
+two errors found