TypeScript/tests/baselines/reference/parserIndexSignature2.errors.txt
2014-07-12 17:30:19 -07:00

8 lines
330 B
Plaintext

==== 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.
}