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