TypeScript/tests/baselines/reference/declFileClassWithIndexSignature.types

9 lines
172 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/declFileClassWithIndexSignature.ts ===
class BlockIntrinsics {
>BlockIntrinsics : BlockIntrinsics
2014-08-15 23:33:16 +02:00
[s: string]: string;
>s : string
2014-08-15 23:33:16 +02:00
}