summary refs log tree commit diff stats
path: root/tests/arc/t21184.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184)ringabout2022-12-281-0/+77
* fixes #21171; dyn destructors for acyclic inherited refs * add a test * Update compiler/liftdestructors.nim