aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/pos/t3480.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled/pos/t3480.scala')
-rw-r--r--tests/disabled/pos/t3480.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/disabled/pos/t3480.scala b/tests/disabled/pos/t3480.scala
new file mode 100644
index 000000000..ba2e1a4b8
--- /dev/null
+++ b/tests/disabled/pos/t3480.scala
@@ -0,0 +1,4 @@
+object Test {
+ val List(_: _*) = List(1)
+ val Array( who, what : _* ) = "Eclipse plugin cannot not handle this" split (" ")
+}