// WITH_RUNTIME // INTENTION_TEXT: Replace 'add()' with '+=' fun foo() { val a = arrayListOf(1, 2, 3) a.add(4) }