swc/ecmascript/parser/tests/span/ts/stmt/try-catch-unknown.ts
강동윤 34d475fbc8
Type annotation in catch binding (#942)
swc_ecma_parser:
 - Support catch binding with type anntation (Closes #941)
2020-08-07 13:04:35 +09:00

4 lines
31 B
TypeScript

try {
} catch (e: unknown) {
}