Retain data flow info after is-expression
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(x: Number) {
|
||||
if ((x as Int) is Int) {
|
||||
x : Int
|
||||
}
|
||||
x : Int
|
||||
}
|
||||
Reference in New Issue
Block a user