mirror of https://github.com/tc39/test262.git
Fix static method access in private-static-method-brand-check-multiple-evaluations-of-class-realm.js (#2313)
This commit is contained in:
parent
59a1a016b7
commit
0a1e35d3db
|
@ -32,7 +32,7 @@ let classStringExpression = `(
|
|||
class {
|
||||
static #m() { return 'test262'; }
|
||||
|
||||
access() {
|
||||
static access() {
|
||||
return this.#m();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue