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

6 lines
229 B
Text
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/IndexSignatures/parserIndexSignature3.ts (1 errors) ====
interface I {
[a?]
~
!!! error TS1019: An index signature parameter cannot have a question mark.
2014-07-13 01:04:16 +02:00
}