Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataFlowInfoTraversal
/
IsExpression.kt
blob: ae1365a9934946080398aa6c6f8567c475eb06af [
file
]
// !CHECK_TYPE
fun foo
(
x
:
Number
)
{
if
(<!
USELESS_IS_CHECK
!>(
x
as
Int
)
is
Int
<!>)
{
checkSubtype
<
Int
>(<!
DEBUG_INFO_SMARTCAST
!>
x
<!>)
}
checkSubtype
<
Int
>(<!
DEBUG_INFO_SMARTCAST
!>
x
<!>)
}