Suppose we have to implement the following:
export class Class1 { public constructor(param1: T) { param1.prop1 = 1; // TS error: T doesn\