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