https://issues.dlang.org/show_bug.cgi?id=20674
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|normal |enhancement --- Comment #1 from Walter Bright <[email protected]> --- To do what this example asks for, data flow analysis would be required. This can be done, but is a large increase in implementation complexity and time to compile. It is not a bug that DFA is not currently done. Marked as an enhancement. --
