// WITH_RUNTIME fun test(args: Array) { for (index in args.indices) { args[index] = "Hello" } }