Fix up of exitScope logic to properly handle returns from try blocks to execute finally blocks on the way through. Fix bug of try block default exit being noncatch instead of catch. Fixed parser to disallow return statement inside finally block.
↧