summary refs log tree commit diff stats
path: root/tests/ccgbugs/t9286.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong heuristic in codegen (#9293)LemonBoy2018-10-111-0/+22
A bare return may trigger the insertion of a genericReset. Fixes #9286