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

4 lines
169 B
Plaintext

==== tests/cases/compiler/indexWithoutParamType.ts (1 errors) ====
var y: { []; } // Error
~~
!!! An index signature must have exactly one parameter.