http://d.puremagic.com/issues/show_bug.cgi?id=2434
Jarrett Billingsley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Jarrett Billingsley <[email protected]> 2011-07-13 11:50:47 PDT --- So the compiler now requires that I put [] on operands in array operations, but the bug has NOT been fixed. T[] a = [1, 2, 3, 4, 5]; a[] = 1 op a[]; Still fails with the same warning when -w is thrown, and the last example still fails as well. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
