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