aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/pos/t3480.scala
blob: ba2e1a4b8d683e88b9edab2bb26d2dac5be2801c (plain) (blame)
1
2
3
4
object Test {
  val List(_: _*) = List(1)
    val Array( who, what : _* ) = "Eclipse plugin cannot not handle this" split (" ")
}