summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/class-field-static-prototype.js
blob: 656518879a6528ff08cf5e8102e473a4fe96399a (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 --harmony-static-fields

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