Resolution:
Correct the code; then recompile.
Example:
In the following example, the returning phrase is missing from the operator declaration.
class-id A.
operator-id + (o1 as type A, o2 as type A).
end operator.
end class.