http://d.puremagic.com/issues/show_bug.cgi?id=5147
Michal Minich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Michal Minich <[email protected]> 2010-10-31 14:49:37 PDT --- I would like to point out that this code works: int[1] foo2() { int[1] a; return a; } enum int[1] m3 = foo2(); immutable int[1] m4 = foo2(); void main() {} -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
