Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/whenWithWhenAsStatement.fir.txt
T
2021-02-09 16:04:39 +03:00

17 lines
419 B
Plaintext
Vendored

FILE: whenWithWhenAsStatement.kt
public final fun test(value: R|kotlin/Int|): R|kotlin/Unit| {
when (R|<local>/value|) {
==($subj$, Int(0)) -> {
}
==($subj$, Int(1)) -> {
when (R|<local>/value|) {
==($subj$, Int(2)) -> {
Boolean(false)
}
}
}
}
}