Skip to content
Snippets Groups Projects
Commit 7c629ac8 authored by Leo Balter's avatar Leo Balter Committed by Rick Waldron
Browse files

Reorganize target folders - more class fields

parent 1aba619c
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 12 deletions
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/syntax/early-errors/delete/field-delete-covered- path: language/statements/class/fields/syntax/early-errors/delete/field-delete-covered-
name: in field, covered name: in field, covered
info: | info: |
Static Semantics: Early Errors Static Semantics: Early Errors
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/syntax/early-errors/delete/field-delete-twice-covered- path: language/statements/class/fields/syntax/early-errors/delete/field-delete-twice-covered-
name: in field, recursively covered name: in field, recursively covered
info: | info: |
Static Semantics: Early Errors Static Semantics: Early Errors
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/syntax/early-errors/delete/field-delete- path: language/statements/class/fields/syntax/early-errors/delete/field-delete-
name: in field name: in field
info: | info: |
This file must never use the onlyStrict flag as the strict mode should always This file must never use the onlyStrict flag as the strict mode should always
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/syntax/early-errors/delete/method-delete-covered- path: language/statements/class/fields/syntax/early-errors/delete/method-delete-covered-
name: in method, covered name: in method, covered
info: | info: |
This file must never use the onlyStrict flag as the strict mode should always This file must never use the onlyStrict flag as the strict mode should always
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/syntax/early-errors/delete/method-delete-twice-covered- path: language/statements/class/fields/syntax/early-errors/delete/method-delete-twice-covered-
name: in method, recursively covered name: in method, recursively covered
info: | info: |
This file must never use the onlyStrict flag as the strict mode should always This file must never use the onlyStrict flag as the strict mode should always
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/syntax/early-errors/delete/method-delete- path: language/statements/class/fields/syntax/early-errors/delete/method-delete-
name: in method name: in method
info: | info: |
This file must never use the onlyStrict flag as the strict mode should always This file must never use the onlyStrict flag as the strict mode should always
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/syntax/early-errors/delete/field-delete-covered- path: language/expressions/class/fields/syntax/early-errors/delete/field-delete-covered-
name: in field, covered name: in field, covered
info: | info: |
This file must never use the onlyStrict flag as the strict mode should always This file must never use the onlyStrict flag as the strict mode should always
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/syntax/early-errors/delete/field-delete-twice-covered- path: language/expressions/class/fields/syntax/early-errors/delete/field-delete-twice-covered-
name: in field, recursively covered name: in field, recursively covered
info: | info: |
This file must never use the onlyStrict flag as the strict mode should always This file must never use the onlyStrict flag as the strict mode should always
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/syntax/early-errors/delete/field-delete- path: language/expressions/class/fields/syntax/early-errors/delete/field-delete-
name: in field name: in field
info: | info: |
This file must never use the onlyStrict flag as the strict mode should always This file must never use the onlyStrict flag as the strict mode should always
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/syntax/early-errors/delete/method-delete-covered- path: language/expressions/class/fields/syntax/early-errors/delete/method-delete-covered-
name: in method, covered name: in method, covered
info: | info: |
This file must never use the onlyStrict flag as the strict mode should always This file must never use the onlyStrict flag as the strict mode should always
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/syntax/early-errors/delete/method-delete-twice-covered- path: language/expressions/class/fields/syntax/early-errors/delete/method-delete-twice-covered-
name: in method, recursively covered name: in method, recursively covered
info: | info: |
This file must never use the onlyStrict flag as the strict mode should always This file must never use the onlyStrict flag as the strict mode should always
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*--- /*---
esid: sec-class-definitions-static-semantics-early-errors esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/syntax/early-errors/delete/method-delete- path: language/expressions/class/fields/syntax/early-errors/delete/method-delete-
name: in method name: in method
info: | info: |
This file must never use the onlyStrict flag as the strict mode should always This file must never use the onlyStrict flag as the strict mode should always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment