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