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