7 lines
141 B
Kotlin
7 lines
141 B
Kotlin
fun foo(x: Number) {
|
|
when (x as Int) {
|
|
else -> <!DEBUG_INFO_SMARTCAST!>x<!> : Int
|
|
}
|
|
<!DEBUG_INFO_SMARTCAST!>x<!> : Int
|
|
}
|