class Z(val a: Int) // NEXT_SIBLING: fun Z.i(): Int { return a + a } fun Z.foo(): Int { return i() + 1 }