4 lines
68 B
Kotlin
Vendored
4 lines
68 B
Kotlin
Vendored
fun f() {
|
|
val v = 2 + 3
|
|
println(if (true) 1 else <caret>v)
|
|
} |