mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 14:35:30 +02:00
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…
x
Reference in New Issue
Block a user