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