Skip to content
Snippets Groups Projects
Commit e9e928ba authored by Rick Waldron's avatar Rick Waldron
Browse files

Resolving conflicts in class-fields src templates

parent e9a18710
No related branches found
No related tags found
No related merge requests found
Showing with 16 additions and 12 deletions
...@@ -6,7 +6,7 @@ description: static private class fields forbidden (early error -- static ClassE ...@@ -6,7 +6,7 @@ description: static private class fields forbidden (early error -- static ClassE
features: [class, class-fields-private] features: [class, class-fields-private]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/
......
...@@ -6,7 +6,7 @@ description: static public class fields forbidden (early error -- static ClassEl ...@@ -6,7 +6,7 @@ description: static public class fields forbidden (early error -- static ClassEl
features: [class, class-fields-public] features: [class, class-fields-public]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/
......
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
// - src/class-fields/static-private-fields-forbidden.case // - src/class-fields/static-private-fields-forbidden.case
// - src/class-fields/propname-error-static/cls-expr-static-literal-name.template // - 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] features: [class, class-fields-private]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/
......
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
// - src/class-fields/static-public-fields-forbidden.case // - src/class-fields/static-public-fields-forbidden.case
// - src/class-fields/propname-error-static/cls-expr-static-literal-name.template // - 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] features: [class, class-fields-public]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/
......
...@@ -6,7 +6,7 @@ description: static private class fields forbidden (early error -- static ClassE ...@@ -6,7 +6,7 @@ description: static private class fields forbidden (early error -- static ClassE
features: [class, class-fields-private] features: [class, class-fields-private]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/
......
...@@ -6,7 +6,7 @@ description: static public class fields forbidden (early error -- static ClassEl ...@@ -6,7 +6,7 @@ description: static public class fields forbidden (early error -- static ClassEl
features: [class, class-fields-public] features: [class, class-fields-public]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/
......
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
// - src/class-fields/static-private-fields-forbidden.case // - src/class-fields/static-private-fields-forbidden.case
// - src/class-fields/propname-error-static/cls-decl-static-literal-name.template // - 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] features: [class, class-fields-private]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/
......
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
// - src/class-fields/static-public-fields-forbidden.case // - src/class-fields/static-public-fields-forbidden.case
// - src/class-fields/propname-error-static/cls-decl-static-literal-name.template // - 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] features: [class, class-fields-public]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment