class Foo extends A { foo = '1'; static bar = 2; static { } method() { } async asyncMethod() { } }