7 lines
110 B
Kotlin
Vendored
7 lines
110 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
if (true) println("hello") else<caret>;
|
|
println("hi")
|
|
} |