TypeScript/tests/baselines/reference/noCatchBlock.types
2014-08-15 14:37:48 -07:00

8 lines
311 B
Plaintext

=== tests/cases/compiler/noCatchBlock.ts ===
No type information for this code.try {
No type information for this code. // ...
No type information for this code.} finally {
No type information for this code. // N.B. No 'catch' block
No type information for this code.}
No type information for this code.