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

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@digitalmars.com

--- Comment #1 from Walter Bright <bugzi...@digitalmars.com> ---
It seems when the compiler creates the foreach delegate, it does not add in
`scope` qualifications. This is likely because that part of the implementation
is very, very old and has not been touched in a long time.

--

Reply via email to