TypeScript/tests/baselines/reference/parserAmbiguity3.errors.txt

10 lines
270 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== 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'.