//// [typeParameterInConstraint1.ts] class C { } //// [typeParameterInConstraint1.js] var C = (function () { function C() { } return C; })();