fun test() { consume(1) val x = 2 consume(x) } fun consume(n: Int) {}