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

12 lines
350 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/TypeArgumentLists/parserX_TypeArgumentList1.ts (5 errors) ====
Foo<A,B,\ C>(4, 5, 6);
!!! Invalid character.
~~~
!!! Cannot find name 'Foo'.
~
!!! Cannot find name 'A'.
~
!!! Cannot find name 'B'.
~
!!! Cannot find name 'C'.