TypeScript/tests/baselines/reference/parserConstructorAmbiguity1.js

6 lines
108 B
TypeScript
Raw Permalink Normal View History

2014-07-13 01:04:16 +02:00
//// [parserConstructorAmbiguity1.ts]
new Date<A;
//// [parserConstructorAmbiguity1.js]
new Date < A;