FIR: Report UNSAFE_OPERATOR_CALL for augmented assignments (was
reporting UNSAFE_CALL).
This commit is contained in:
committed by
teamcityserver
parent
ef923d4cfe
commit
32bb64a225
+1
-3
@@ -6,6 +6,4 @@ class A {
|
||||
fun foo(b: A) {
|
||||
var a: A? = A()
|
||||
a?.plusAssign(b)
|
||||
}
|
||||
|
||||
/* IGNORE_FIR */
|
||||
}
|
||||
Reference in New Issue
Block a user