arrow-formal-parameters.out 180 Bytes
Newer Older
1
*%(basename)s:5: SyntaxError: Duplicate parameter name not allowed in this context
2 3 4
(b, a, a, d) => a
           ^
SyntaxError: Duplicate parameter name not allowed in this context