TypeScript/tests/baselines/reference/parserIndexSignature5.errors.txt
2014-11-26 20:10:49 -08:00

9 lines
390 B
Plaintext

tests/cases/conformance/parser/ecmascript5/IndexSignatures/parserIndexSignature5.ts(2,3): error TS1169: Computed property names are not allowed in interfaces.
==== tests/cases/conformance/parser/ecmascript5/IndexSignatures/parserIndexSignature5.ts (1 errors) ====
interface I {
[a]
~~~
!!! error TS1169: Computed property names are not allowed in interfaces.
}