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