af24ce5e03
#KT-39772 Fixed
5 lines
80 B
Kotlin
Vendored
5 lines
80 B
Kotlin
Vendored
fun test(b: Boolean): Unit = if (b) {
|
|
fun a() = 1
|
|
<caret>Unit
|
|
} else {
|
|
} |