prettier/tests/typescript/compiler/modifiersOnInterfaceIndexSi...

3 lines
45 B
TypeScript

interface I {
public [a: string]: number;
}