FIR DFA: route data flow through anonymous objects
^KT-44515 Fixed
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ fun foo(): Int {
|
||||
k.run()
|
||||
val d: Int = c
|
||||
// a is not null because of k constructor, but we do not know it
|
||||
return a <!UNSAFE_OPERATOR_CALL!>+<!> d
|
||||
return a + d
|
||||
}
|
||||
else return -1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user