mirror of https://github.com/tc39/test262.git
Resolving conflicts in class-fields src templates
This commit is contained in:
parent
e9a187100a
commit
e9e928babe
|
@ -6,7 +6,7 @@ description: static private class fields forbidden (early error -- static ClassE
|
|||
features: [class, class-fields-private]
|
||||
flags: [generated]
|
||||
negative:
|
||||
phase: early
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ description: static public class fields forbidden (early error -- static ClassEl
|
|||
features: [class, class-fields-public]
|
||||
flags: [generated]
|
||||
negative:
|
||||
phase: early
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
// - src/class-fields/static-private-fields-forbidden.case
|
||||
// - src/class-fields/propname-error-static/cls-expr-static-literal-name.template
|
||||
/*---
|
||||
description: static private class fields forbidden (early error -- static ClassElementName)
|
||||
description: static private class fields forbidden (early error -- PropName of IdentifierName is forbidden)
|
||||
esid: sec-class-definitions-static-semantics-early-errors
|
||||
features: [class, class-fields-private]
|
||||
flags: [generated]
|
||||
negative:
|
||||
phase: early
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
---*/
|
||||
|
|
@ -2,11 +2,12 @@
|
|||
// - src/class-fields/static-public-fields-forbidden.case
|
||||
// - src/class-fields/propname-error-static/cls-expr-static-literal-name.template
|
||||
/*---
|
||||
description: static public class fields forbidden (early error -- static ClassElementName)
|
||||
description: static public class fields forbidden (early error -- PropName of IdentifierName is forbidden)
|
||||
esid: sec-class-definitions-static-semantics-early-errors
|
||||
features: [class, class-fields-public]
|
||||
flags: [generated]
|
||||
negative:
|
||||
phase: early
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
---*/
|
||||
|
|
@ -6,7 +6,7 @@ description: static private class fields forbidden (early error -- static ClassE
|
|||
features: [class, class-fields-private]
|
||||
flags: [generated]
|
||||
negative:
|
||||
phase: early
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ description: static public class fields forbidden (early error -- static ClassEl
|
|||
features: [class, class-fields-public]
|
||||
flags: [generated]
|
||||
negative:
|
||||
phase: early
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
// - src/class-fields/static-private-fields-forbidden.case
|
||||
// - src/class-fields/propname-error-static/cls-decl-static-literal-name.template
|
||||
/*---
|
||||
description: static private class fields forbidden (early error -- static ClassElementName)
|
||||
description: static private class fields forbidden (early error -- PropName of IdentifierName is forbidden value)
|
||||
esid: sec-class-definitions-static-semantics-early-errors
|
||||
features: [class, class-fields-private]
|
||||
flags: [generated]
|
||||
negative:
|
||||
phase: early
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
---*/
|
||||
|
|
@ -2,11 +2,12 @@
|
|||
// - src/class-fields/static-public-fields-forbidden.case
|
||||
// - src/class-fields/propname-error-static/cls-decl-static-literal-name.template
|
||||
/*---
|
||||
description: static public class fields forbidden (early error -- static ClassElementName)
|
||||
description: static public class fields forbidden (early error -- PropName of IdentifierName is forbidden value)
|
||||
esid: sec-class-definitions-static-semantics-early-errors
|
||||
features: [class, class-fields-public]
|
||||
flags: [generated]
|
||||
negative:
|
||||
phase: early
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
---*/
|
||||
|
Loading…
Reference in New Issue