TypeScript/tests/baselines/reference/indexWithoutParamType.js

6 lines
110 B
TypeScript
Raw Normal View History

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