summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/pos/bug3480.scala4
-rw-r--r--test/pending/neg/bug3189.check (renamed from test/files/neg/bug3189.check)0
-rw-r--r--test/pending/neg/bug3189.scala (renamed from test/files/neg/bug3189.scala)0
3 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/bug3480.scala b/test/files/pos/bug3480.scala
new file mode 100644
index 0000000000..830365170b
--- /dev/null
+++ b/test/files/pos/bug3480.scala
@@ -0,0 +1,4 @@
+object Test {
+ val List(_*) = List(1)
+ val Array( who, what @ _* ) = "Eclipse plugin cannot not handle this" split (" ")
+}
diff --git a/test/files/neg/bug3189.check b/test/pending/neg/bug3189.check
index 520644fd43..520644fd43 100644
--- a/test/files/neg/bug3189.check
+++ b/test/pending/neg/bug3189.check
diff --git a/test/files/neg/bug3189.scala b/test/pending/neg/bug3189.scala
index 4ea4bb7581..4ea4bb7581 100644
--- a/test/files/neg/bug3189.scala
+++ b/test/pending/neg/bug3189.scala