https://issues.dlang.org/show_bug.cgi?id=10594
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nick Treleaven <[email protected]> --- Note that `args.length % 5` does compile now. The other two do not as VRP is not tracked across statements. --
