https://issues.dlang.org/show_bug.cgi?id=12578
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jonathan M Davis <[email protected]> --- It would also be in line with the "turtles all the way down" approach that we tend to favor to have nested functions be overloadable just like non-nested functions can be. The fact that nested functions can't be overloaded is inconsistent with functions in the rest of the language. --
