// FILE: a.kt /** * [b.B.XX] */ fun x() {} // FILE: b.kt package b class B { class XX }