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

6 lines
211 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/IndexSignatures/parserIndexSignature1.ts (1 errors) ====
interface I {
[...a]
~
!!! An index signature cannot have a rest parameter.
}