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