http://d.puremagic.com/issues/show_bug.cgi?id=4329
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from [email protected] 2010-07-03 11:03:58 PDT --- This is a case I have found: void main() { int[] a = cast(int[])array(iota(10)); } dmd 2.047 prints: temp.d(2): Error: undefined identifier array temp.d(2): Error: undefined identifier iota Error: cannot cast _error_ to int[] -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
