TypeScript/tests/baselines/reference/parserIndexSignature10.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
236 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/IndexSignatures/parserIndexSignature10.ts (1 errors) ====
interface I {
[a, b]: number
~
!!! error TS1096: An index signature must have exactly one parameter.
}