0cf318918c
Related to KT-14344
9 lines
160 B
Kotlin
Vendored
9 lines
160 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// PROBLEM: none
|
|
fun test(args: Array<Int>) {
|
|
val x = arrayOf<String>()
|
|
for (index in ar<caret>gs) {
|
|
val out = x[index]
|
|
}
|
|
}
|