summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/class-field-static-prototype.js
blob: da8120481a004ac72b08c80aae5d06e263bc0cd8 (plain)
1
2
3
4
5
6
7
8
9
// 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-public-fields

class X {
  static prototype = function() {};
}