2c2851af6e
Also fix FIR implementation to generate boolean branches in the same order as FE1.0.
5 lines
70 B
Kotlin
Vendored
5 lines
70 B
Kotlin
Vendored
fun test(b: Boolean) {
|
|
<caret>when(b) {
|
|
else -> {}
|
|
}
|
|
} |