Intention to replace add/addAll on a mutable collection with += (#1143)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
class A {
|
||||
fun add(x: Int) {
|
||||
}
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
A().<caret>add(1)
|
||||
}
|
||||
Reference in New Issue
Block a user