class foo { static { this.test = await fn(); } } /**************************************************/ class foo{static{this.test=await fn();}} /**************************************************/ class foo { static { this.test = await fn( ); } }