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