DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.0.4%2Bds1-1 / 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 }