0cf318918c
Related to KT-14344
5 lines
89 B
Kotlin
Vendored
5 lines
89 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(args: Array<String>) {
|
|
val ind = 0 <caret>until args.size
|
|
}
|