6 lines
82 B
Kotlin
Vendored
6 lines
82 B
Kotlin
Vendored
fun foo() {
|
|
"before"
|
|
val b = 1
|
|
fun local(x: Int) = x + b
|
|
"after"
|
|
} |