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