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