Files
2025-02-28 13:27:28 +01:00

8 lines
90 B
JavaScript

class Foo {
static bar() {
this.baz;
}
static baz() {}
baz() {}
}