Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
incompleteCode
/
inExpr.fir.kt
blob: fb82c5f264e80495c0fcb59b17b5dbdd5cf15418 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
package
l
fun test
(
a
:
Int
)
{
if
(
a
<!
UNRESOLVED_REFERENCE
!>
in
<!><!
SYNTAX
!><!>
)
{}
//a is not unresolved
}
/* GENERATED_FIR_TAGS: functionDeclaration, ifExpression */