Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/problems/incompleteWhen.fir.txt
T
2023-06-23 07:56:03 +00:00

10 lines
271 B
Plaintext
Vendored

FILE: incompleteWhen.kt
public final fun main(args: R|kotlin/Array<kotlin/String>|): R|kotlin/Unit| {
lval x: R|kotlin/Int| = Int(42)
when (R|<local>/x|) {
($subj$ is <ERROR TYPE REF: Incomplete code>) -> {
}
}
}