summary refs log tree commit diff stats
path: root/tests/ccgbugs/t9098.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix codegen for some set operationsLemonBoy2018-09-281-0/+12
Taking the LHS type when a temporary result value was needed lead to bad code being generated if we get a tyRef. Fixes #9098