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

8 lines
253 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArgumentLists/parserErrorRecovery_ArgumentList6.ts (3 errors) ====
Foo(,
~
!!! Argument expression expected.
!!! ')' expected.
~~~
!!! Cannot find name 'Foo'.