cd24adac32
#KT-14187 Fixed
9 lines
205 B
Kotlin
Vendored
9 lines
205 B
Kotlin
Vendored
// !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<!>)
|
|
}
|