Files
kotlin-fork/compiler/testData/diagnostics/tests/incompleteCode/inExpr.fir.kt
T

5 lines
111 B
Kotlin
Vendored

package l
fun test(a: Int) {
if (a <!UNRESOLVED_REFERENCE!>in<!><!SYNTAX!><!> ) {} //a is not unresolved
}