TypeScript/tests/baselines/reference/parserConstructorAmbiguity3.errors.txt
2014-07-12 17:30:19 -07:00

6 lines
206 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/Generics/parserConstructorAmbiguity3.ts (2 errors) ====
new Date<A>
!!! Expression expected.
~
!!! Cannot find name 'A'.