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

6 lines
No EOL
215 B
Text

==== tests/cases/conformance/parser/ecmascript5/IndexSignatures/parserIndexSignature3.ts (1 errors) ====
interface I {
[a?]
~
!!! An index signature parameter cannot have a question mark.
}