TypeScript/tests/cases/compiler/staticIndexer.ts
2014-07-12 17:30:19 -07:00

3 lines
45 B
TypeScript

class C {
static [s: string]: number;
}