[FIR] Fix data-flow after while loops
This commit is contained in:
committed by
Mikhail Glukhikh
parent
91b432b4a1
commit
645602b675
+1
-1
@@ -11,5 +11,5 @@ public fun foo(xx: Any): Int {
|
||||
// y!! in both branches
|
||||
y.length
|
||||
} while (!(x is String))
|
||||
return x.<!UNRESOLVED_REFERENCE!>length<!>
|
||||
return x.length
|
||||
}
|
||||
Reference in New Issue
Block a user