summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/let-lexical-name-in-array-prohibited.js
blob: c7a35cd4a68b54c0b016092c6cea2ff06fc556f1 (plain)
1
2
3
4
5
6
7
// Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Flags: --harmony-sloppy --harmony-sloppy-let --harmony-destructuring-bind

let [let];