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