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

Unified Diff: test/message/redeclaration3.js

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/redeclaration2.out ('k') | test/message/redeclaration3.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/redeclaration3.js
diff --git a/test/debugger/test-api.js b/test/message/redeclaration3.js
similarity index 79%
copy from test/debugger/test-api.js
copy to test/message/redeclaration3.js
index 881e69209aa1602eea6f3aa09b0edacb2eca3830..89166095979309fb7d567737c61619f6099e535f 100644
--- a/test/debugger/test-api.js
+++ b/test/message/redeclaration3.js
@@ -2,4 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// TODO: add test API implementation.
+const {bar, foo} = {};
+var [...foo] = [11];
« no previous file with comments | « test/message/redeclaration2.out ('k') | test/message/redeclaration3.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698