DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-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 }