COBCH1846 name is not a generic parameter for this type or method

The specified name is not a generic parameter for this type.

Resolution:

Correct the code; then recompile.

Example:

In the following example, the class uses the T paremeter, but references the U parameter.

       class-id GenericClass using T.
       constraints.
           constrain U is reference type.
       end class.