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