blob: 24dc10c8fd11fb8ae4078d4fa1e4084d69573fa4 [file] [log] [blame]
// WITH_RUNTIME
val x = run {
val inLambda = 10
println(inLambda)
inLambda
}