mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Revert "Revert "Fixup class names in class decorator private identifier tests.""
This reverts commit 31f703cbe69ec2e0fd4b94de2fdf505fb722b552. The changes are needed to both the templates and the generated files.
This commit is contained in:
parent
ca9fa92dc3
commit
55e8cceb80
@ -32,7 +32,7 @@ info: |
|
||||
---*/
|
||||
|
||||
|
||||
var C = class {
|
||||
class C {
|
||||
static #$() {}
|
||||
static #_() {}
|
||||
static #\u{6F}() {}
|
||||
@ -43,7 +43,7 @@ var C = class {
|
||||
static #await() {}
|
||||
|
||||
static {
|
||||
var C = @C.#$
|
||||
var D = @C.#$
|
||||
@C.#_
|
||||
@C.#\u{6F}
|
||||
@C.#\u2118
|
||||
|
@ -51,6 +51,6 @@ class C {
|
||||
@C.#ZW_\u200C_NJ
|
||||
@C.#ZW_\u200D_J
|
||||
@C.#yield
|
||||
@C.#await class C {}
|
||||
@C.#await class D {}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user