summaryrefslogtreecommitdiff
path: root/test/files/run/t3763.scala
blob: c8462b74373461efeb902d00a26b29be1d08541d (plain) (blame)
1
2
3
object Test extends Application {
  val x = Array(Array(1), List(1))
}