package t class A { companion object Companion { fun test() } } fun test() { A.test() }