~~ semiColons: asi ~~
== should format ==
type Test = {
    new(): string;
};

[expect]
type Test = {
    new(): string
}
