object Test extends Application { val ints: Array[Int] = Array(1, 2, 3) ints.toArray }