TypeScript/tests/baselines/reference/declFileClassWithIndexSignature.symbols

9 lines
279 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/declFileClassWithIndexSignature.ts ===
class BlockIntrinsics {
>BlockIntrinsics : Symbol(BlockIntrinsics, Decl(declFileClassWithIndexSignature.ts, 0, 0))
[s: string]: string;
>s : Symbol(s, Decl(declFileClassWithIndexSignature.ts, 2, 5))
}