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

9 lines
85 B
JavaScript

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