mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
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<!>)
|
|
}
|