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