FIR: report UNSAFE_CALL on dot when possible
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ abstract class A(val s: String) {
|
||||
fun foo(o: String?): Int {
|
||||
val a = object : A(o!!){}
|
||||
a.bar()
|
||||
return o.<!UNSAFE_CALL!>length<!>
|
||||
return o<!UNSAFE_CALL!>.<!>length
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user