summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/invalid-spread-2.js
blob: 67e0f7d7c027015f2cff011e4f4f9a9949b762fa (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-rest-parameters --harmony-arrow-functions

(x, ...y, z)