https://issues.dlang.org/show_bug.cgi?id=23570
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- I don't think this can be "fixed". The problem is that the foreach is technically a runtime construct, therefore, the compiler sees `i` and `symbol` as runtime variables. I'm not sure if this can be fixed, looking into it. --
