TypeScript/tests/cases/compiler/tryCatchFinally.ts
2014-07-12 17:30:19 -07:00

5 lines
76 B
TypeScript

try { } catch(e) { } finally { }
try {} catch(e) {}
try {} finally {}