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