[FIR] Support PreliminaryLoopVisitor in FIR DFA
This commit is contained in:
+2
-2
@@ -13,7 +13,7 @@ fun foo(): Bar {
|
||||
y = Bar()
|
||||
while (x != null) {
|
||||
// Here call is unsafe because of inner loop
|
||||
y.next()
|
||||
y<!UNSAFE_CALL!>.<!>next()
|
||||
while (y != null) {
|
||||
if (x == y)
|
||||
// x is not null because of outer while
|
||||
@@ -25,4 +25,4 @@ fun foo(): Bar {
|
||||
x = x.next()
|
||||
}
|
||||
return Bar()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user