voddan
val test1: MutableList<Int> = ML[1, 2, 3] val test2: List<Int> = L[1, 2, 3] val test3: Array<Int> = A[1, 2, 3] val test4: IntArray = IA[1, 2, 3]