TypeScript/tests/baselines/reference/indexWithoutParamType.js

6 lines
110 B
TypeScript

//// [indexWithoutParamType.ts]
var y: { []; } // Error
//// [indexWithoutParamType.js]
var y; // Error