Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/cfg/emptyWhen.txt
T
2020-03-19 09:51:01 +03:00

17 lines
348 B
Plaintext
Vendored

FILE: emptyWhen.kt
public final fun test_1(): R|kotlin/Unit| {
when () {
}
}
public final fun test_2(x: R|kotlin/Int|): R|kotlin/Unit| {
when (R|<local>/x|) {
}
}
public final fun test_3(x: R|kotlin/Int|): R|kotlin/Unit| {
when (lval y: R|kotlin/Int| = R|<local>/x|) {
}
}