// WITH_RUNTIME // SIBLING: fun foo() { val (a, b) = pair() } private fun pair(): Pair { return 1 to 2 }