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

Unified Diff: test/message/redeclaration3.out

Issue 2447143005: [parsing] When failing due to variable redeclaration, point at the variable. (Closed)
Patch Set: Address review comments. Created 4 years, 2 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
« no previous file with comments | « test/message/redeclaration3.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/redeclaration3.out
diff --git a/test/message/redeclaration3.out b/test/message/redeclaration3.out
new file mode 100644
index 0000000000000000000000000000000000000000..7e691faac487815394a4406a9467e645ec6e2660
--- /dev/null
+++ b/test/message/redeclaration3.out
@@ -0,0 +1,5 @@
+*%(basename)s:6: SyntaxError: Identifier 'foo' has already been declared
+var [...foo] = [11];
+ ^
+SyntaxError: Identifier 'foo' has already been declared
+
« no previous file with comments | « test/message/redeclaration3.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698