https://issues.dlang.org/show_bug.cgi?id=7514

--- Comment #11 from bearophile_h...@eml.cc ---
(In reply to Kenji Hara from comment #10)

> I think the cast from int[] to int[2][1] should not be accepted.

Can you please explain why?

Currently this is accepted:
int[2] m = cast(int[2])[1, 2];

--

Reply via email to