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