Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataFlowInfoTraversal
/
WhenSubject.kt
blob: 24cbd72d563e3062fe3338c8ebe921796eb79d34 [
file
]
// CHECK_TYPE
fun foo
(
x
:
Number
)
{
when
(
x
as
Int
)
{
else
->
checkSubtype
<
Int
>(<!
DEBUG_INFO_SMARTCAST
!>
x
<!>)
}
checkSubtype
<
Int
>(<!
DEBUG_INFO_SMARTCAST
!>
x
<!>)
}