DEBSOURCES
Skip Quicknav
sources / node-typescript / 4.9.5%2Bds1-2 / tests / cases / compiler / indexSignatureWithTrailingComma.ts
1234567891011
type A = { [key: string,]: string; }; interface B { [key: string,]: string; } class C { [key: string,]: null; }