Chromium Code Reviews| Index: test/message/arrow-param-after-rest.out |
| diff --git a/test/message/formal-parameters-bad-rest.out b/test/message/arrow-param-after-rest.out |
| similarity index 71% |
| copy from test/message/formal-parameters-bad-rest.out |
| copy to test/message/arrow-param-after-rest.out |
| index 562b6ad49dd3600ef8dcee216c15b4fb83bc5208..5b36e43584e41bb14ff628947b12bb786ae7ca95 100644 |
| --- a/test/message/formal-parameters-bad-rest.out |
| +++ b/test/message/arrow-param-after-rest.out |
| @@ -1,4 +1,4 @@ |
| *%(basename)s:7: SyntaxError: Rest parameter must be last formal parameter |
| -function foo(...b, a) { return a } |
| - ^ |
| +(...x, y) => 10 |
| + ^ |
|
arv (Not doing code reviews)
2015/06/10 15:40:01
I Thought you meant that this should have been poi
|
| SyntaxError: Rest parameter must be last formal parameter |