[Issue 10326] Disallow 'invariant' for immutable, allow class/struct invariants without (), and later disallow usage of ()

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat May 10 07:15:08 PDT 2014


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

--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> ---
Remove errors and accept the syntax `invariant { ... }` for declaring invariant
block.
https://github.com/D-Programming-Language/dmd/pull/3540

--


More information about the Digitalmars-d-bugs mailing list