package a class B { /** * [a.B.extVal] */ fun member() { } } val B.extVal: String get() = "" // REF: (for B in a).extVal