Hello !
I'm using IR (1.5.31) and I try to define an interface using generics with a constraint on the generic type.
I was expecting the compiler to preserve the constraint (ie
IGenericWorker<T extends Base>
in typescript), but it ignores it.
Is there a reason for this limitation, or a KT issue for that?