// IS_APPLICABLE: false // WITH_RUNTIME fun foo() { val a = arrayListOf(1, 2, 3) a.addAll(1, arrayListOf(4)) }