Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: test/message/arrow-param-after-rest.out

Issue 1178523002: Support rest parameters in arrow functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Fix error locations for param-after-rest errors Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/message/arrow-param-after-rest.js ('k') | test/message/arrow-param-after-rest-2.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *%(basename)s:7: SyntaxError: Rest parameter must be last formal parameter 1 *%(basename)s:7: SyntaxError: Rest parameter must be last formal parameter
2 function foo(...b, a) { return a } 2 (...x, y) => 10
3 ^ 3 ^
arv (Not doing code reviews) 2015/06/10 15:40:01 I Thought you meant that this should have been poi
4 SyntaxError: Rest parameter must be last formal parameter 4 SyntaxError: Rest parameter must be last formal parameter
OLDNEW
« no previous file with comments | « test/message/arrow-param-after-rest.js ('k') | test/message/arrow-param-after-rest-2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698