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