TypeScript/tests/baselines/reference/classIndexer.types
2015-04-13 14:29:37 -07:00

11 lines
231 B
Plaintext

=== tests/cases/compiler/classIndexer.ts ===
class C123 {
>C123 : C123, Symbol(C123, Decl(classIndexer.ts, 0, 0))
[s: string]: number;
>s : string, Symbol(s, Decl(classIndexer.ts, 1, 5))
constructor() {
}
}