// WITH_RUNTIME // SIBLING: fun foo() { val (a, b) = if (true) { 1 + 1 1 to 2 } else { 2 to 3 } }