TypeScript/tests/baselines/reference/noCatchBlock.types

8 lines
311 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== 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.