http://d.puremagic.com/issues/show_bug.cgi?id=7097
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] 2012-10-28 19:03:08 PDT --- This is crashing dmd, do you want me to open a new bug report? static struct Foo { int[] opSlice(int a, int b) { return [a, b]; } int opDollar(int dim)() { return dim; } } void main() { Foo array; array[0 .. $]; } Assertion failure: 'd' on line 1401 in file 'dsymbol.c' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
