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

16 lines
502 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== 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'.