Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataFlowInfoTraversal
/
WhenSubject.fir.kt
blob: 40cf4b1af2c59bcb000af094af1aa82b403040e3 [
file
] [
log
] [
blame
]
// !CHECK_TYPE
fun foo
(
x
:
Number
)
{
when
(
x
as
Int
)
{
else
->
checkSubtype
<
Int
>(
x
)
}
checkSubtype
<
Int
>(
x
)
}