August 10, 2020
https://issues.dlang.org/show_bug.cgi?id=9604

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #3 from Steven Schveighoffer <schveiguy@yahoo.com> ---
This has nothing to do with chain or arrays, BTW:

ubyte b;
immutable ubyte b2;

auto x = true ? b : b2;

static assert(typeof(x) == int);

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=9604

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--