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