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