fun test() { var x = intArrayOf(0) x[0]++ consume(x) } fun consume(n: Int) {}