3451c60f93
#KT-14344 Fixed
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)
|
|
}
|
|
}
|