Files
2017-10-23 17:19:50 +03:00

7 lines
66 B
Kotlin
Vendored

package pkg
var log = ""
fun foo(x: String) {
log += "$x;"
}