// INTENTION_TEXT: Convert to vararg parameter fun test(a: IntArray) { a[0] = 1 }