[Issue 22227] `if (scope f = x())` and `while (scope f = x())` do not parse
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Aug 20 12:27:47 UTC 2021
    
    
  
https://issues.dlang.org/show_bug.cgi?id=22227
Per Nordlöw <per.nordlow at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |per.nordlow at gmail.com
--- Comment #1 from Per Nordlöw <per.nordlow at gmail.com> ---
Looking at how
```
for (scope i = 0; i < 1; ++i) {}
```
is parsed might give guidance.
--
    
    
More information about the Digitalmars-d-bugs
mailing list