[FIR] Unbound aliased variables in DFA more carefully
This commit is contained in:
+1
-1
@@ -9,5 +9,5 @@ fun foo(arg: Int?) {
|
||||
}
|
||||
if (x != null) x = 42
|
||||
// Unsafe because of lambda
|
||||
x.<!INAPPLICABLE_CANDIDATE!>hashCode<!>()
|
||||
x.<!UNRESOLVED_REFERENCE!>hashCode<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user