https://issues.dlang.org/show_bug.cgi?id=16215
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from RazvanN <[email protected]> --- (In reply to Walter Bright from comment #4) > (In reply to Puneet Goel from comment #0) > > This is one of the corner cases that I could reduce. > > - return (zoo).frop(); > + return frop(zoo); > > Note with the above change it compiles successfully. That specific case seems to be running fine with today's compiler. --
