2c2851af6e
Also fix FIR implementation to generate boolean branches in the same order as FE1.0.
5 lines
54 B
Kotlin
Vendored
5 lines
54 B
Kotlin
Vendored
fun test(n: Nothing?) {
|
|
<caret>when (n) {
|
|
}
|
|
}
|