summary refs log tree commit diff stats
path: root/tests/whenstmt
Commit message (Collapse)AuthorAgeFilesLines
* when statements branches exit early (#17143)Saem Ghani2021-02-222-0/+71
When statement branches exit early outside of nimvm. In nimvm it seems that all sides of the branches must be evaluated as the code gen happens at a later stage, this remains intact.