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