summaryrefslogtreecommitdiff
path: root/src/class-fields/default/cls-expr.template
blob: 5b22f06c8ab34905c4202a537105b2edcf7aceda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2017 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
path: language/expressions/class/fields-
name: field definitions in a class expression
features: [class-fields]
esid: prod-FieldDefinition
---*/

var C = class {
  /*{ fields }*/
}

/*{ assertions }*/