Skip to content

Commit

Permalink
Revert "Fixup class names in class decorator private identifier tests."
Browse files Browse the repository at this point in the history
This changed the test files, not the templates used to generate the tests.
  • Loading branch information
dminor authored and ptomato committed Oct 5, 2023
1 parent 581de2d commit 3ef0777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ info: |
---*/


class C {
var C = class {
static #$() {}
static #_() {}
static #\u{6F}() {}
Expand All @@ -43,7 +43,7 @@ class C {
static #await() {}

static {
var D = @C.#$
var C = @C.#$
@C.#_
@C.#\u{6F}
@C.#\u2118
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ class C {
@C.#ZW_\u200C_NJ
@C.#ZW_\u200D_J
@C.#yield
@C.#await class D {}
@C.#await class C {}
}
}

0 comments on commit 3ef0777

Please sign in to comment.