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

[email protected] changed:

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

--- Comment #1 from [email protected] ---
DustMite found that ICE happens in dom.d at

    current.attributesIncludesSeparatedBySpaces ~= ["class", token];

where 'attributesIncludesSeparatedBySpaces' is string[2][].


void test() {
    string[1][] arr;
    arr ~= ["class"]; // ICE
}

--

Reply via email to