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

8 lines
84 B
JavaScript

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