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