class C {
        ~this() {}
        immutable ~this() {}
}

This gives a conflict error between the two destructors.

Reply via email to