TypeScript/tests/cases/compiler/staticAsIdentifier.ts
Vladimir Matveev a6bb527278 merge
2014-11-19 19:59:07 -08:00

4 lines
57 B
TypeScript

class C {
static static
[x: string]: string;
}