| // 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/elements/ | |
| name: field definitions in a class expression | |
| features: [class] | |
| esid: prod-FieldDefinition | |
| ---*/ | |
| var C = class { | |
| /*{ elements }*/ | |
| } | |
| /*{ assertions }*/ |