errorAfterFinallyTry property

STryStatement? errorAfterFinallyTry
getter/setter pair

The try whose finally block errorAfterFinally is waiting for. Non-null exactly while an error is held, and used to recognise the moment the block ends — the error must resume at the enclosing try, not this one.

Implementation

STryStatement? errorAfterFinallyTry;