test262/src/class-elements/syntax/valid/cls-expr-elements-valid-syntax.template

14 lines
315 B
Plaintext

// Copyright (C) 2018 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: prod-ClassElement
name: class expression
path: language/expressions/class/fields/syntax/valid/
features: [class]
---*/
var C = class /*{ heritage }*/{
/*{ elements }*/
};