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