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

6 lines
219 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/IndexSignatures/parserIndexSignature7.ts (1 errors) ====
interface I {
[a:string]
~~~~~~~~~~
!!! An index signature must have a type annotation.
}