DEBSOURCES
Skip Quicknav
sources / node-typescript / 4.9.5%2Bds1-2 / tests / baselines / reference / catch.types
1234567891011
=== tests/cases/compiler/catch.ts === function f() { >f : () => void try {} catch(e) { } >e : any try {} catch(e) { } >e : any }