summary refs log tree commit diff stats
path: root/tests/destructor/tobjfield_analysis.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #11095 (#11104)Andreas Rumpf2019-04-251-9/+25
| | | * fixes #11095
* dfa.nim: track object/tuple field accesses more precisely; sink(o.x); ↵Araq2019-04-161-0/+35
sink(o.y) needs to compile; activate the tuple unpacking transf.nim bugfix