// SIBLING: fun foo(a: Int): Int { val b: Int = 1 return i(a, b) } fun i(a: Int, b: Int): Int { return a + b }