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