FIR: report UNSAFE_CALL on dot when possible
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ fun test(a: A) {
|
||||
(a.x)("")
|
||||
}
|
||||
"".<!UNRESOLVED_REFERENCE!>(a.x)()<!>
|
||||
a.<!UNSAFE_CALL!>x<!>("")
|
||||
a<!UNSAFE_CALL!>.<!>x("")
|
||||
<!UNSAFE_CALL!>(a.x)("")<!>
|
||||
|
||||
with("") {
|
||||
|
||||
Reference in New Issue
Block a user