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