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