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() {}
}

--

Reply via email to