Files
kotlin/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IsExpression.kt
2014-10-01 18:52:52 +04:00

7 lines
140 B
Kotlin

fun foo(x: Number) {
if ((x as Int) is Int) {
<!DEBUG_INFO_SMARTCAST!>x<!> : Int
}
<!DEBUG_INFO_SMARTCAST!>x<!> : Int
}