https://issues.dlang.org/show_bug.cgi?id=20674
--- Comment #5 from Walter Bright <[email protected]> --- (In reply to Dennis from comment #3) > Surely you can infer scope here without creating a control-flow graph, right? The trouble is, once you start doing a lame DFA, then people want a real DFA. Doing DFA in the front end will significantly slow it down. --
