fun foo(a: Int): Int { // SIBLING: fun i(): Int { return a + 10 } return i() }