1 2 3 4 5 6 7 8 9 10
namespace BasicInitializer. export class Main { public run => X new. } export class X { public init new. }