https://issues.dlang.org/show_bug.cgi?id=23266
--- Comment #1 from FeepingCreature <[email protected]> --- One could argue that this is correct because otherwise the common technique of stubbing out an if statement by adding `if (false &&` stops working. For the CompoundStatement error to trigger with that, you'd need to do `if (true &&`, which is much more rare. --
