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

--- Comment #5 from Walter Bright <[email protected]> ---
This was caused by:

https://github.com/dlang/dmd/pull/8632

Specifically, the lines in mtype.d:

    if (tob)
        return implicitConvTo(tob);

--

Reply via email to