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