TypeScript/tests/baselines/reference/staticIndexer.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
204 B
Plaintext

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