6 lines
73 B
Kotlin
Vendored
6 lines
73 B
Kotlin
Vendored
fun f() {
|
|
run {
|
|
val v = 239
|
|
println(<caret>v)
|
|
}
|
|
} |