summary refs log tree commit diff stats
path: root/tests/exprs/t22604.nim
Commit message (Collapse)AuthorAgeFilesLines
* Exclude block from endsInNoReturn, fix regression (#22632)SirOlaf2023-09-021-13/+0
| | | Co-authored-by: SirOlaf <>
* Fix #22604: Make endsInNoReturn traverse the tree (#22612)SirOlaf2023-09-011-0/+49
* Rewrite endsInNoReturn * Handle `try` stmt again and add tests * Fix unreachable code warning * Remove unreachable code in semexprs again * Check `it.len` before skip * Move import of assertions --------- Co-authored-by: SirOlaf <>