https://issues.dlang.org/show_bug.cgi?id=20653 --- Comment #2 from Manu <turkeyman at gmail.com> --- My work-around is to use a `static if()` to split the expression across multiple lines. It's not a good workaround; it's lame and unnecessary. --