https://issues.dlang.org/show_bug.cgi?id=19499
--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> ---
This was caused by:
https://github.com/dlang/dmd/pull/8632
Specifically, the lines in mtype.d:
    if (tob)
        return implicitConvTo(tob);
--