package a class B { /** * [a.B.ext] */ fun member() { } } fun B.ext() { } // REF: (for B in a).ext()