Files
T
2021-04-29 17:51:27 +02:00

8 lines
90 B
Kotlin

// WITH_RUNTIME
val x = run {
val inLambda = 10
println(inLambda)
inLambda
}