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

6 lines
192 B
Plaintext

==== tests/cases/compiler/catchClauseWithTypeAnnotation.ts (1 errors) ====
try {
} catch (e: any) {
~
!!! Catch clause parameter cannot have a type annotation.
}