COBCH1811 Cannot specify '+' character in type names

The program contains a type name that includes the + (plus sign) character in the specification of a nested type. This is not allowed.

Resolution:

Correct the code; then recompile.

Example:

In the following example, you must rename the class without using the plus (+) sign.

       class-id a+b.
       end class.