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

--- Comment #8 from hst...@quickfur.ath.cx ---
Even more reduced:
-----
import std.algorithm;
void main()
{       
        auto x = "".splitter("").map!(a => a);
}
-----

--

Reply via email to