https://issues.dlang.org/show_bug.cgi?id=9704
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #6 from RazvanN <[email protected]> --- Running the code in in comment 2 yields: A:this(this) A:~this A:~this [email protected](10) So we can see that both the temporary and `a` are destroyed. This seems to be fixed. --
