https://issues.dlang.org/show_bug.cgi?id=16037
anonymous4 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|safe | Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #5 from anonymous4 <[email protected]> --- Should work the same is @system code; "don't break working code" only applies to valid code; if code advertizes scoping, but doesn't respect it, it's invalid and there shouldn't be any guarantee for it to work. --
