[Issue 17931] [scope] `return` == `return scope` breaks for struct methods

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 4 01:01:48 UTC 2018


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Martin Nowak <code at dawg.eu> ---
Indeed `return` only means `return scope` when the parameters is not also
`ref`.

--


More information about the Digitalmars-d-bugs mailing list