package t class A { companion object Companion { } class B } fun test() { A.B() } // REF: (t).A