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