TypeScript/tests/baselines/reference/parserErrorRecovery_ArgumentList6.errors.txt
2014-11-19 17:57:35 -08:00

10 lines
No EOL
535 B
Text

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArgumentLists/parserErrorRecovery_ArgumentList6.ts(1,6): error TS1005: ')' expected.
tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArgumentLists/parserErrorRecovery_ArgumentList6.ts(1,1): error TS2304: Cannot find name 'Foo'.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArgumentLists/parserErrorRecovery_ArgumentList6.ts (2 errors) ====
Foo(,
!!! error TS1005: ')' expected.
~~~
!!! error TS2304: Cannot find name 'Foo'.