Thomas Kuehne wrote:
>
> 4) class invariants
> ===================
>
> This is the only real trouble spot so far. DMD-1 uses
> invariant{ ... assert(...); ... }
> however DMD-2 uses
> invariant(){ ... assert(...); ... }
Well that's unfortunate. I don't suppose unittest has gotten
parenthesis as well?
Sean