mirror of https://github.com/tc39/test262.git
Merge pull request #2032 from nicolo-ribaudo/patch-2
Update rs-private-getter-alt.case
This commit is contained in:
commit
5331ca05a2
|
@ -50,7 +50,7 @@ info: |
|
||||||
properties "Other_ID_Start" and "Other_ID_Continue".
|
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||||
|
|
||||||
template: productions
|
template: productions
|
||||||
features: [class-methods-private]
|
features: [class-methods-private, class-fields-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- elements
|
//- elements
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a generator in the same line)
|
description: Valid PrivateName as private getter (field definitions after a generator in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, generators, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, generators, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a method in the same line)
|
description: Valid PrivateName as private getter (field definitions after a method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a static async generator in the same line)
|
description: Valid PrivateName as private getter (field definitions after a static async generator in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, async-iteration]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a static async method in the same line)
|
description: Valid PrivateName as private getter (field definitions after a static async method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, async-functions]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, async-functions]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a static generator in the same line)
|
description: Valid PrivateName as private getter (field definitions after a static generator in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, generators, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, generators, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a static method in the same line)
|
description: Valid PrivateName as private getter (field definitions after a static method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (multiple fields definitions)
|
description: Valid PrivateName as private getter (multiple fields definitions)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (multiple stacked fields definitions through ASI)
|
description: Valid PrivateName as private getter (multiple stacked fields definitions through ASI)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions followed by a method in a new line without a semicolon)
|
description: Valid PrivateName as private getter (field definitions followed by a method in a new line without a semicolon)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions followed by a method in a new line with a semicolon)
|
description: Valid PrivateName as private getter (field definitions followed by a method in a new line with a semicolon)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, generators]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, generators]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions followed by a method in a new line with a semicolon)
|
description: Valid PrivateName as private getter (field definitions followed by a method in a new line with a semicolon)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (regular fields defintion)
|
description: Valid PrivateName as private getter (regular fields defintion)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after an async generator in the same line)
|
description: Valid PrivateName as private getter (field definitions after an async generator in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, async-iteration]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after an async method in the same line)
|
description: Valid PrivateName as private getter (field definitions after an async method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, async-functions]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, async-functions]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions followed by a generator method in the same line)
|
description: Valid PrivateName as private getter (field definitions followed by a generator method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, generators]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, generators]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions followed by a method in the same line)
|
description: Valid PrivateName as private getter (field definitions followed by a method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (fields definition wrapped in semicolons)
|
description: Valid PrivateName as private getter (fields definition wrapped in semicolons)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a generator in the same line)
|
description: Valid PrivateName as private getter (field definitions after a generator in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, generators, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, generators, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a method in the same line)
|
description: Valid PrivateName as private getter (field definitions after a method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a static async generator in the same line)
|
description: Valid PrivateName as private getter (field definitions after a static async generator in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, async-iteration]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a static async method in the same line)
|
description: Valid PrivateName as private getter (field definitions after a static async method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, async-functions]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, async-functions]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a static generator in the same line)
|
description: Valid PrivateName as private getter (field definitions after a static generator in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, generators, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, generators, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after a static method in the same line)
|
description: Valid PrivateName as private getter (field definitions after a static method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (multiple fields definitions)
|
description: Valid PrivateName as private getter (multiple fields definitions)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (multiple stacked fields definitions through ASI)
|
description: Valid PrivateName as private getter (multiple stacked fields definitions through ASI)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions followed by a method in a new line without a semicolon)
|
description: Valid PrivateName as private getter (field definitions followed by a method in a new line without a semicolon)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions followed by a method in a new line with a semicolon)
|
description: Valid PrivateName as private getter (field definitions followed by a method in a new line with a semicolon)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, generators]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, generators]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions followed by a method in a new line with a semicolon)
|
description: Valid PrivateName as private getter (field definitions followed by a method in a new line with a semicolon)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (regular fields defintion)
|
description: Valid PrivateName as private getter (regular fields defintion)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after an async generator in the same line)
|
description: Valid PrivateName as private getter (field definitions after an async generator in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, async-iteration]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions after an async method in the same line)
|
description: Valid PrivateName as private getter (field definitions after an async method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, async-functions]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, async-functions]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions followed by a generator method in the same line)
|
description: Valid PrivateName as private getter (field definitions followed by a generator method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public, generators]
|
features: [class-methods-private, class-fields-private, class, class-fields-public, generators]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (field definitions followed by a method in the same line)
|
description: Valid PrivateName as private getter (field definitions followed by a method in the same line)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Valid PrivateName as private getter (fields definition wrapped in semicolons)
|
description: Valid PrivateName as private getter (fields definition wrapped in semicolons)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-methods-private, class, class-fields-public]
|
features: [class-methods-private, class-fields-private, class, class-fields-public]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue