Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
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 */