https://issues.dlang.org/show_bug.cgi?id=11952
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] --- With dmd v2.065 I get this output: A.this() Start A.this(this) Here A.this(this) There A.~this() End A.~this() A.~this() I think this is what is expected, correct? --
