TypeScript/tests/baselines/reference/parserConstructorAmbiguity4.js

6 lines
123 B
TypeScript
Raw Normal View History

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