TypeScript/tests/baselines/reference/parserIndexMemberDeclaration5.errors.txt

9 lines
395 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/IndexMemberDeclarations/parserIndexMemberDeclaration5.ts(2,24): error TS1005: ';' expected.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/IndexMemberDeclarations/parserIndexMemberDeclaration5.ts (1 errors) ====
class C {
[a: string]: number public v: number
~~~~~~
!!! error TS1005: ';' expected.
2014-07-13 01:04:16 +02:00
}