FIR: report UNSAFE_CALL on dot when possible
This commit is contained in:
@@ -9,6 +9,6 @@ fun foo() {
|
||||
var y: My? = My(42)
|
||||
if (y!!.x != null) {
|
||||
y = My(null)
|
||||
(y + My(0)).x.<!UNSAFE_CALL!>hashCode<!>()
|
||||
(y + My(0)).x<!UNSAFE_CALL!>.<!>hashCode()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user