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

8 lines
361 B
Plaintext
Raw Normal View History

tests/cases/compiler/noImplicitAnyStringIndexerOnObject.ts(2,9): error TS7017: Index signature of object type implicitly has an 'any' type.
2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/noImplicitAnyStringIndexerOnObject.ts (1 errors) ====
var x = {}["hello"];
~~~~~~~~~~~
!!! error TS7017: Index signature of object type implicitly has an 'any' type.