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

7 lines
242 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/CatchClauses/parserCatchClauseWithTypeAnnotation1.ts (1 errors) ====
try {
} catch (e: Error) {
~
!!! Catch clause parameter cannot have a type annotation.
}