DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.1.6%2Bds1-1 / tests / baselines / reference / tryCatchFinally.types
12345678
=== tests/cases/compiler/tryCatchFinally.ts === try { } catch(e) { } finally { } >e : any try {} catch(e) {} >e : any try {} finally {}