http://d.puremagic.com/issues/show_bug.cgi?id=4090
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #7 from yebblies <[email protected]> 2012-10-28 22:58:56 EST --- Urrgh, it seems it isn't fixed for foreach range statements. void main() { foreach (immutable i; 0..10) { pragma(msg, typeof(i)); ++i; } } Prints: int -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
