legacy-svn-scala/test/pending/neg/t3189.scala

3 lines
42 B
Scala

object A {
val Array(a,b*) = ("": Any)
}