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

Simen Kjaeraas <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Simen Kjaeraas <[email protected]> ---
Reduced example:

void fun(string[]){}

unittest {
    import std.meta : AliasSeq;
    fun(cast(string[])AliasSeq!"");
}

--

Reply via email to