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