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