https://issues.dlang.org/show_bug.cgi?id=2753
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from Nick Treleaven <[email protected]> --- (In reply to anonymous4 from comment #2) > int goo(int function() ref foo); //return byref function Allowing that would seem to be a simple fix to the problem, except now it would be confusing with the `return ref` attribute. The latter didn't exist when you wrote that though. --
