// PROBLEM: none var a = 5 fun foo() = try { a = 6 } catch (e: Exception) { a = 8 }