TypeScript/tests/baselines/reference/parserConstructorAmbiguity1.js
2014-07-12 17:30:19 -07:00

6 lines
108 B
TypeScript

//// [parserConstructorAmbiguity1.ts]
new Date<A;
//// [parserConstructorAmbiguity1.js]
new Date < A;