blob: 2a685670f4cf45ccac0fb0ef11611629542ab405 [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/class-elements/grammar-fields-multi-line.case
// - src/class-elements/syntax/valid/cls-decl-elements-valid-syntax.template
/*---
description: Valid multi-line, multi-field (class declaration)
esid: prod-ClassElement
features: [class-fields-public, class]
flags: [generated]
info: |
ClassElement :
MethodDefinition
static MethodDefinition
FieldDefinition ;
;
FieldDefinition :
ClassElementName Initializer _opt
ClassElementName :
PropertyName
PrivateName
---*/
class C {
x
y
}