c22f54055e
#KT-2637 in progress
5 lines
60 B
Kotlin
5 lines
60 B
Kotlin
fun f() {
|
|
val v: Int
|
|
v = 239
|
|
println(<caret>v)
|
|
} |