[FIR] Support PreliminaryLoopVisitor in FIR DFA
This commit is contained in:
Vendored
+4
-4
@@ -30,7 +30,7 @@ fun baz(s: String?) {
|
||||
x.hashCode()
|
||||
}
|
||||
run {
|
||||
x.hashCode()
|
||||
x<!UNSAFE_CALL!>.<!>hashCode()
|
||||
x = null
|
||||
}
|
||||
}
|
||||
@@ -40,11 +40,11 @@ fun gaz(s: String?) {
|
||||
var x = s
|
||||
if (x != null) {
|
||||
run {
|
||||
x.hashCode()
|
||||
x<!UNSAFE_CALL!>.<!>hashCode()
|
||||
x = null
|
||||
}
|
||||
run {
|
||||
x.hashCode()
|
||||
x<!UNSAFE_CALL!>.<!>hashCode()
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -57,4 +57,4 @@ fun gav(s: String?) {
|
||||
}
|
||||
x = null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user