7 lines
110 B
Kotlin
Vendored
7 lines
110 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(s: String) {
|
|
with<caret> (s, {
|
|
println("1")
|
|
println("2")
|
|
})
|
|
} |