blob: 1d15647a4b565c7aafbf1a5c219e700005944616 [file]
package pkg
fun main(args: Array<String>) {
args[0] += "K"
}