5 lines
60 B
Kotlin
Vendored
5 lines
60 B
Kotlin
Vendored
fun f() {
|
|
val v: Int
|
|
v = 239
|
|
println(<caret>v)
|
|
} |