immutable int i; i = 123; Compiling the above results in the error: "cannot modify mutable" I suppose this should be "cannot modify immutable", and the problem lies at line 143 of declaration.c: else if (isInvariant()) p = "mutable";
Fixed dmd 2.032