Chromium Code Reviews| Index: test/message/arrow-formal-parameters.out |
| diff --git a/test/message/arrow-formal-parameters.out b/test/message/arrow-formal-parameters.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bafcf452e3e53c3f3a22e7b282d4a379e96be0b0 |
| --- /dev/null |
| +++ b/test/message/arrow-formal-parameters.out |
| @@ -0,0 +1,4 @@ |
| +*%(basename)s:5: SyntaxError: Duplicate parameter name not allowed in this context |
| +(b, a, a, d) => a |
| + ^ |
| +SyntaxError: Duplicate parameter name not allowed in this context |