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