COBCH1749 keyword not allowed with constructors

The program contains a keyword specified in a constructor declaration. This is not allowed.

Resolution:

Modify the code to correct or otherwise eliminate the offending keyword; then recompile.

Example:

In the following example, the new keyword is not allowed.

       class-id a static.
       method-id new extension.
       end method.
       end class.