class T { companion object { fun T.foo() {} } } fun usage(t: T) { t.f } // ELEMENT: foo