TypeScript/tests/baselines/reference/parserIndexMemberDeclaration1.types

8 lines
284 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/IndexMemberDeclarations/parserIndexMemberDeclaration1.ts ===
class C {
2015-04-13 23:01:57 +02:00
>C : C, Symbol(C, Decl(parserIndexMemberDeclaration1.ts, 0, 0))
2014-08-15 23:33:16 +02:00
[a: string]: number
2015-04-13 23:01:57 +02:00
>a : string, Symbol(a, Decl(parserIndexMemberDeclaration1.ts, 1, 4))
2014-08-15 23:33:16 +02:00
}