class A {
property1 = 1;
_property2 = 2;
constructor(delegate) {
}
get getter() {
return null;
async method(foo, bar) {
export {A};