COBCH1965 Type has multiple members with name <type-name> with no parameters

The type (class, interface, etc...) has multiple members with the same name and with no parameters.

These may include parameter-less methods, non-private fields or properties; for example, the MyMember type(s) in the following:

       class-id Errors.
       01 MyMember binary-long public.
       method-id MyMember.
       end method.
       end class.