Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
incompleteCode
/
inExpr.fir.kt
blob: 0e31891284eb2d8a76a02391c17d3a7022f20968 [
file
]
package
l
fun test
(
a
:
Int
)
{
if
(
a
<!
UNRESOLVED_REFERENCE
!>
in
<!><!
SYNTAX
!><!>
)
{}
//a is not unresolved
}