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

8 lines
330 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/IndexSignatures/parserIndexSignature2.ts (2 errors) ====
interface I {
[public a]
~
!!! An index signature parameter cannot have an accessibility modifier.
~~~~~~~~
!!! A parameter property is only allowed in a constructor implementation.
}