summaryrefslogtreecommitdiff
path: root/test/files/pos/t3480.scala
blob: 830365170b9991ab487096047a2cd064a20e4fda (plain) (blame)
1
2
3
4
object Test {
  val List(_*) = List(1)
	val Array( who, what @ _* ) = "Eclipse plugin cannot not handle this" split (" ")
}