FIR: report UNSAFE_CALL on dot when possible
This commit is contained in:
@@ -5,7 +5,7 @@ class A<E> {
|
||||
class B(var a: A<*>?) {
|
||||
fun bar() {
|
||||
if (a != null) {
|
||||
a.<!UNSAFE_CALL!>foo<!>()
|
||||
a<!UNSAFE_CALL!>.<!>foo()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user