COBCH1875 Feature not yet supported when compiling for JVM - statement ignored

The program contains a statement that is not supported for JVM code, for example, the IMPLEMENTS phrase on the STATIC header.

Resolution:

Correct the code; then recompile.

Example:

The following example, shows an IMPLEMENTS phrase on a STATIC header.

       class-id A.
       static implements type IMyInterface.
       end static.
       end class.
       interface-id IMyInterface.
       end interface.