Files
kotlin-fork/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/IsExpression.kt
T
2013-12-11 19:53:50 +04:00

7 lines
138 B
Kotlin

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