// SIBLING: class A { fun foo() { val a = B() a.unresolved() } private fun B.unresolved() = 1 } class B private fun A.unresolved() = 1