TypeScript/tests/baselines/reference/noCatchBlock.symbols
2015-04-15 16:44:20 -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.