http://d.puremagic.com/issues/show_bug.cgi?id=8201
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rejects-valid Version|unspecified |D2 --- Comment #2 from Kenji Hara <[email protected]> 2012-09-09 05:05:38 PDT --- Reduced test case: void main() { uint[2] msa; immutable uint[2] isa = msa; } This is a problem only in variable initializing. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
