fun foo() { var a = 0 if (true) { a++ } else { a-- } }