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

Walter Bright <[email protected]> changed:

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

--- Comment #3 from Walter Bright <[email protected]> ---
Lazy functions are implemented as delegates, so to investigate this, redo the
lazy function as an explicit delegate. If the behavior is correct, then the fix
is to figure out where lazy function checking diverges from delegate checking.

--

Reply via email to