import T.Companion.foo class T { companion object { fun T.foo() {} } } fun T.usage() { foo() } // ELEMENT: foo