// SIBLING: fun foo(a: Int): Int { val b: Int = 1 val t = if (a > 0) throw Exception("") else a + b return t }