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

Side by Side Diff: test/message/let-lexical-declaration-destructuring-in-single-statement.js

Issue 2697193007: Report unexpected lexical decl also without destructuring (Closed)
Patch Set: Add brace Created 3 years, 10 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 // Copyright 2017 the V8 project authors. All rights reserved. 1 // Copyright 2017 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 with ({}) let [a] = []; 5 with ({}) let [a] = [42];
vabr (Chromium) 2017/02/17 09:52:07 Note: I added an element in the list on the right-
Dan Ehrenberg 2017/02/17 09:54:35 Note that that wouldn't fail anyway.
vabr (Chromium) 2017/02/17 10:55:46 Ah, interesting. I see now that 'a' will become un
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698