Skip to content

Commit

Permalink
Revert "Revert "Fixup class names in class decorator private identifi…
Browse files Browse the repository at this point in the history
…er tests.""

This reverts commit 31f703c.

The changes are needed to both the templates and the generated files.
  • Loading branch information
dminor authored and ptomato committed Oct 5, 2023
1 parent ca9fa92 commit 55e8cce
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: |
---*/


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

static {
var C = @C.#$
var D = @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 C {}
@C.#await class D {}
}
}

0 comments on commit 55e8cce

Please sign in to comment.