https://issues.dlang.org/show_bug.cgi?id=13550
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|x86 |All OS|Windows |All --- Comment #1 from Walter Bright <[email protected]> --- Actually, since the source for local functions is provided, their attributes should be inferred. If the attributes for the local function are incompatible with the attributes for the enclosing function, and the enclosing function calls the local function, then a compile time error should be issued. --
