~~ callSignature.semiColon: false ~~
== should format without a semi-colon ==
interface T {
    (): string;
}

[expect]
interface T {
    (): string
}
