https://issues.dlang.org/show_bug.cgi?id=14841
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Vladimir Panteleev <[email protected]> --- FWIW, you can work around the warning by writing `x.sort().writeln;` (add a pair of parens). --
