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