TypeScript/tests/cases/compiler/staticAsIdentifier.ts

4 lines
57 B
TypeScript
Raw Normal View History

2014-11-20 04:59:07 +01:00
class C {
static static
[x: string]: string;
}