[Issue 7385] Bad error message missing line number on invalid array op that isn't special cased

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 28 00:49:49 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7385



--- Comment #1 from yebblies <yebblies at gmail.com> 2012-01-28 19:49:48 EST ---
This bug also bypasses gagging:

void main()
{
    immutable double[] nums = [1.0, 2.0];
    static assert(!is(typeof({ nums[] /= nums[]; })));
}

Still prints the error.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list