fun test() { var x = 0 if (x > 0) { x = 1 } consume(x) } fun consume(n: Int) {}