FIR: report UNSAFE_CALL on dot when possible
This commit is contained in:
+1
-1
@@ -10,6 +10,6 @@ fun test(a: Any?, flag: Boolean, x: Any?) {
|
||||
}
|
||||
else {
|
||||
b = x
|
||||
b.<!UNSAFE_CALL!>hashCode<!>()
|
||||
b<!UNSAFE_CALL!>.<!>hashCode()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user