==== tests/cases/compiler/staticIndexer.ts (1 errors) ==== class C { static [s: string]: number; ~~~~~~ !!! error TS1145: Modifiers not permitted on index signature members. }