https://issues.dlang.org/show_bug.cgi?id=16215

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Walter Bright <[email protected]> ---
(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.

--

Reply via email to