@CodingBeing Right. So if this were code for
a statically compile language, you would expect that it does not allow a
try/catch/finally construct with two returns?
Wouldn't that be a complicated rule to not have a return in finally if there is
one in try?