https://issues.dlang.org/show_bug.cgi?id=8236
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- On git HEAD, the error message is now: ---- test.d(4): Error: cannot implicitly convert expression (this.v[] / 2) of type int[] to int[2] test.d(7): called from here: Foo([10, 20]).halve() ---- Is this acceptable? --
