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

--- Comment #9 from [email protected] ---
This reduction of the original example:

void main() /*@nogc*/ {
    int[2][1] m = cast(int[2][1])[1, 2];
}


still doesn't compile:

test2.d(2,34): Error: e2ir: cannot cast [1, 2] of type int[] to type int[2][1]

Do you want me to reopen this issue?

--

Reply via email to