blob: 3b3935a7b724bb8f796cf352651cd0a12eab9032 [file] [log] [blame]
fun foo() {
"before"
val b = 1
fun local(x: Int) {
val a = x + b
}
"after"
}