Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataFlow
/
IsExpression.kt
blob: 70a9f5141baf0126283fb575c2d244e22558835f [
file
]
// RUN_PIPELINE_TILL: FRONTEND
fun f
(
a
:
Boolean
,
b
:
Int
)
{}
fun foo
(
a
:
Any
)
{
f
(
a
is
Int
,
<!
TYPE_MISMATCH
!>
a
<!>)
1
<!
NONE_APPLICABLE
!>+<!>
a
}
/* GENERATED_FIR_TAGS: additiveExpression, functionDeclaration, isExpression */