summary refs log tree commit diff stats
path: root/tests/whenstmt/twhen.nim
Commit message (Collapse)AuthorAgeFilesLines
* when statements branches exit early (#17143)Saem Ghani2021-02-221-0/+47
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.