mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-08 03:51:05 -05:00
Fixes #216. As a note of this fix, when a 'catch' block is followed by a 'finally' block, only the 'catch' keyword gets an error reported on it.