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