aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t0668.scala
blob: f97c360e59a36f95eef93678ece67557dfe61e6f (plain) (blame)
1
2
3
4
5
object Test extends dotty.runtime.LegacyApp {
  val ints: Array[Int] = Array(1, 2, 3)
  ints.toArray
}