mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-15 15:53:36 +00:00
6 lines
73 B
Kotlin
Vendored
6 lines
73 B
Kotlin
Vendored
fun f() {
|
|
run {
|
|
val v = 239
|
|
println(<caret>v)
|
|
}
|
|
} |