Resolution:
Modify the code to eliminate the extension operator; then recompile.
Example:
In the following example, the operator-id extension operator definition is not allowed.
       class-id a static.
       operator-id = extension (s1 as string, s2 as string) returning ret as condition-value.
           set ret to s1 = s2
       end operator.