Resolution:
Correct the code; then recompile.
Example:
In the following example, the I1 interface is implemented as both a type string and a type binary-long.
interface-id I1 using T.
end interface.
class-id Class1 implements type I1[string] type I1[binary-long].
end class.