blob: 656518879a6528ff08cf5e8102e473a4fe96399a [file] [log] [blame]
// 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() {};
}