Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed evaluation order of
yield
; ref #3613
So that `yield expr_with_error` will cause the error from the argument rather than `LocalJumpError` when no block is given.
- Loading branch information