4 lines
68 B
Kotlin
Vendored
4 lines
68 B
Kotlin
Vendored
fun f() {
|
|
val v = otherValue
|
|
println("value is $<caret>v")
|
|
} |