0cf318918c
Related to KT-14344
7 lines
113 B
Plaintext
Vendored
7 lines
113 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test(args: Array<String>) {
|
|
for (index in args.indices) {
|
|
println(index)
|
|
}
|
|
}
|