0cf318918c
Related to KT-14344
7 lines
124 B
Kotlin
Vendored
7 lines
124 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(args: Array<String>) {
|
|
for (index in 0..ar<caret>gs.size - 1) {
|
|
println(index)
|
|
}
|
|
}
|