summaryrefslogtreecommitdiff
path: root/test/pending/neg/bug3189.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/neg/bug3189.check')
-rw-r--r--test/pending/neg/bug3189.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/pending/neg/bug3189.check b/test/pending/neg/bug3189.check
new file mode 100644
index 0000000000..520644fd43
--- /dev/null
+++ b/test/pending/neg/bug3189.check
@@ -0,0 +1,7 @@
+bug3189.scala:2: error: illegal start of simple pattern
+ val Array(a,b*) = ("": Any)
+ ^
+bug3189.scala:3: error: ')' expected but '}' found.
+}
+^
+two errors found