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