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

Side by Side Diff: test/message/arrow-invalid-rest-2.out

Issue 2279363002: Remove duplicated code from comma-separated Expression parsing (Closed)
Patch Set: Remove unused message Created 4 years, 3 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
OLDNEW
1 *%(basename)s:7: SyntaxError: Rest parameter must be an identifier or destructur ing pattern 1 *%(basename)s:7: SyntaxError: Unexpected token =
2 var f = (a, ...x = 10) => x; 2 var f = (a, ...x = 10) => x;
3 ^^^^^^^^^ 3 ^
4 SyntaxError: Rest parameter must be an identifier or destructuring pattern 4 SyntaxError: Unexpected token =
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698