// PROBLEM: none var a = 5 fun foo() = if (true) { a = 6 } else { a = 8 }