d3a1fa6b9a
#KT-5405 Fixed
4 lines
70 B
Kotlin
4 lines
70 B
Kotlin
val array = IntArray(10)
|
|
for (i in array.indices) {
|
|
array[i] = i
|
|
} |