FIR: report UNSAFE_CALL on dot when possible
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
fun foo(): Int {
|
||||
var s: String? = "abc"
|
||||
s = null
|
||||
return s.<!UNSAFE_CALL!>length<!>
|
||||
return s<!UNSAFE_CALL!>.<!>length
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user