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

6 lines
107 B
TypeScript

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