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

10 lines
270 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/Generics/parserAmbiguity3.ts (4 errors) ====
f(g < A, B > +(7));
~
!!! Cannot find name 'f'.
~
!!! Cannot find name 'g'.
~
!!! Cannot find name 'A'.
~
!!! Cannot find name 'B'.