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