blob: cbf49ec202d88c2348707f969c38ea8638231b53 [file]
fun foo() {
"before"
val b = 1
fun local(x: Int) = x + b
"after"
}