A get property cannot override a set property.
In the following example, this error is returned for PropG1:
class-id a public abstract.
property-id PropG1 string abstract.
setter.
end property.
end class.
class-id b inherits type a.
01 PropG1 string public property no set override.
end class.