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