Should use the optional catch clause instead. **TypeScript Version:** master **Code** ```ts try { } catch (_) { } ``` **Expected behavior:** error **Actual behavior:** pass