mirror of https://github.com/tc39/test262.git
Fix: add flags to src/computed-property-names/evaluation/class-*-fields*. Fixes gh-2834
This commit is contained in:
parent
70a39ad0fb
commit
a7fcbb37b9
|
@ -5,6 +5,7 @@
|
|||
path: language/statements/class/cpn-class-decl-fields-methods-
|
||||
name: ComputedPropertyName in ClassExpression
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [class-fields-public, class-static-fields-public]
|
||||
info: |
|
||||
ClassExpression:
|
||||
classBindingIdentifier opt ClassTail
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
path: language/statements/class/cpn-class-decl-fields-
|
||||
name: ComputedPropertyName in ClassExpression
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [class-fields-public, class-static-fields-public]
|
||||
info: |
|
||||
ClassExpression:
|
||||
classBindingIdentifier opt ClassTail
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
path: language/expressions/class/cpn-class-expr-fields-methods-
|
||||
name: ComputedPropertyName in ClassExpression
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [class-fields-public, class-static-fields-public]
|
||||
info: |
|
||||
ClassExpression:
|
||||
classBindingIdentifier opt ClassTail
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
path: language/expressions/class/cpn-class-expr-fields-
|
||||
name: ComputedPropertyName in ClassExpression
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [class-fields-public, class-static-fields-public]
|
||||
info: |
|
||||
ClassExpression:
|
||||
classBindingIdentifier opt ClassTail
|
||||
|
|
Loading…
Reference in New Issue