18de0f75ab
So #KT-22097 Fixed
8 lines
106 B
Kotlin
Vendored
8 lines
106 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun test(b: Boolean): Unit = if (b) {
|
|
int()
|
|
<caret>Unit
|
|
} else {
|
|
}
|
|
|
|
fun int() = 1 |