// PROBLEM: none fun foo() { var x = 0 val y = 0 val z = 0 x = y + z }