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