https://issues.dlang.org/show_bug.cgi?id=9352
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from [email protected] --- With -dip1000 and @safe, this code no longer compiles, and triggers the appropriate error messages about a reference to `this` being stored in a non-scope field. IMO this is a good-enough resolution. --
