https://issues.dlang.org/show_bug.cgi?id=13629

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
Same with destructor:

struct A
{
    ~this() {} /* Error: mutable method test.B.~this is not callable using a
const object */
}
struct B {A a;}
struct C {const B b;}

--

Reply via email to