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

Unified Diff: test/message/arrow-bare-rest-param.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 side-by-side diff with in-line comments
Download patch
Index: test/message/arrow-bare-rest-param.out
diff --git a/test/message/arrow-bare-rest-param.out b/test/message/arrow-bare-rest-param.out
new file mode 100644
index 0000000000000000000000000000000000000000..76a25a455d411cc670c077286ead2673078b9bf9
--- /dev/null
+++ b/test/message/arrow-bare-rest-param.out
@@ -0,0 +1,4 @@
+*%(basename)s:7: SyntaxError: Unexpected token ...
+...x => 10
+^^^
+SyntaxError: Unexpected token ...

Powered by Google App Engine
This is Rietveld 408576698