https://issues.dlang.org/show_bug.cgi?id=22365
--- Comment #4 from [email protected] --- Even smaller: class DrawableCache { Ref _nullDrawable; this() { debug Log; } } struct Ref { ~this() {} } --
d-bugmail--- via Digitalmars-d-bugs Wed, 12 Jan 2022 12:50:20 -0800
https://issues.dlang.org/show_bug.cgi?id=22365
--- Comment #4 from [email protected] --- Even smaller: class DrawableCache { Ref _nullDrawable; this() { debug Log; } } struct Ref { ~this() {} } --