summaryrefslogtreecommitdiff
path: root/test/files/neg/bug421.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug421.check')
-rw-r--r--test/files/neg/bug421.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/neg/bug421.check b/test/files/neg/bug421.check
new file mode 100644
index 0000000000..9f21d432fb
--- /dev/null
+++ b/test/files/neg/bug421.check
@@ -0,0 +1,5 @@
+new foo.this.Bar.this("foo", "meets", Array[java.lang.String]{"bar"}) match List(case (java.lang.String,java.lang.Object,scala.Seq[java.lang.String])foo.this.Bar("foo", (_)*, Array[java.lang.String]{}) => scala.this.Predef.error("huh?"))
+bug421.scala:4 error: regular expressions not yet implemented
+ Bar("foo","meets","bar") match {
+ ^
+one error found