Skip to content

Use exits in inner scopes

Willi Rath requested to merge elim-returns into master

This gets rid of an error message stating that return is not allowed where we used it. Swapped for the correct exits now.

Merge request reports