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