mirror of
https://github.com/tc39/test262.git
synced 2025-12-05 04:49:45 +01:00
27 lines
467 B
Plaintext
27 lines
467 B
Plaintext
// Copyright (C) 2018 Rick Waldron. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
/*---
|
|
desc: Valid multi-line, multi-field
|
|
info: |
|
|
ClassElement :
|
|
MethodDefinition
|
|
static MethodDefinition
|
|
FieldDefinition ;
|
|
;
|
|
|
|
FieldDefinition :
|
|
ClassElementName Initializer _opt
|
|
|
|
ClassElementName :
|
|
PropertyName
|
|
PrivateName
|
|
|
|
template: syntax/valid
|
|
features: [class-fields-public]
|
|
---*/
|
|
|
|
//- elements
|
|
x
|
|
y
|