TypeScript/tests/baselines/reference/parserConstructorAmbiguity3.js

6 lines
106 B
TypeScript

//// [parserConstructorAmbiguity3.ts]
new Date<A>
//// [parserConstructorAmbiguity3.js]
new Date();