summaryrefslogtreecommitdiff
path: root/test/files/run/t0668.scala
blob: 98ecb554c7393723f36dfc557512b63a6a95522e (plain) (blame)
1
2
3
4
5
object Test extends App {
  val ints: Array[Int] = Array(1, 2, 3)
  ints.toArray
}