TypeScript/tests/baselines/reference/noCatchBlock.types

7 lines
275 B
Plaintext

=== tests/cases/compiler/noCatchBlock.ts ===
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.