https://issues.dlang.org/show_bug.cgi?id=20087
Mathias LANG <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mathias LANG <[email protected]> --- `scope` is a storage class, not a type modifier. So no, this code should not be valid. You can replace `scope` with `static` for a more "natural" example of the issue. --
