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