72ed74ab9a
#KT-2637 in progress
4 lines
67 B
Kotlin
4 lines
67 B
Kotlin
fun f() {
|
|
val v = 150 + 150
|
|
println("value is $<caret>v")
|
|
} |