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

10 lines
259 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/Generics/parserAmbiguity2.ts (4 errors) ====
f(g<A, B>7);
~
!!! Cannot find name 'f'.
~
!!! Cannot find name 'g'.
~
!!! Cannot find name 'A'.
~
!!! Cannot find name 'B'.