a9a960fd38
#KT-2637 in progress
6 lines
73 B
Kotlin
6 lines
73 B
Kotlin
fun f() {
|
|
run {
|
|
val v = 239
|
|
println(<caret>v)
|
|
}
|
|
} |