~~ semiColons: asi ~~
== should format without a semi-colon ==
interface T {
    [index: number]: string;
}

[expect]
interface T {
    [index: number]: string
}
