TypeScript/tests/cases/compiler/indexWithoutParamType2.ts
2015-01-19 16:36:50 -08:00

4 lines
87 B
TypeScript

class C {
// Used to be indexer, now it is a computed property
[x]: string
}