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

6 lines
211 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/IndexSignatures/parserIndexSignature1.ts (1 errors) ====
interface I {
[...a]
~
!!! An index signature cannot have a rest parameter.
}