13ab63ae09
Also, add CLI options to manipulate prefixes of path See KT-4078
5 lines
53 B
Kotlin
Vendored
5 lines
53 B
Kotlin
Vendored
var log = ""
|
|
|
|
fun foo(x: String) {
|
|
log += "$x;"
|
|
} |