Chromium Code Reviews| Index: test/message/let-lexical-declaration-in-single-statement.js |
| diff --git a/test/message/let-lexical-declaration-in-single-statement.js b/test/message/let-lexical-declaration-in-single-statement.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dcfa6c14366c31175bc4043a74bfa49023389aaa |
| --- /dev/null |
| +++ b/test/message/let-lexical-declaration-in-single-statement.js |
| @@ -0,0 +1,5 @@ |
| +// Copyright 2017 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. |
| + |
| +with ({}) let [a] = []; |