TypeScript/tests/baselines/reference/classIndexer.symbols
2015-04-15 16:44:20 -07:00

11 lines
217 B
Plaintext

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