4 lines
60 B
Plaintext
Vendored
4 lines
60 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
println("foo").let { it }
|
|
} |