2188af2bf9
#KT-4670 Fixed
4 lines
66 B
Kotlin
4 lines
66 B
Kotlin
val array = IntArray(10)
|
|
for (i in 0..10 - 1) {
|
|
array[i] = i
|
|
} |