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

16 lines
502 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser512325.ts (7 errors) ====
var tt = (a, (b, c)) => a+b+c;
~~
!!! ';' expected.
~
!!! Cannot find name 'a'.
~
!!! Cannot find name 'b'.
~
!!! Cannot find name 'c'.
~
!!! Cannot find name 'a'.
~
!!! Cannot find name 'b'.
~
!!! Cannot find name 'c'.