December 22, 2016
https://issues.dlang.org/show_bug.cgi?id=1441

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrei@erdani.com
         Resolution|---                         |FIXED

--- Comment #10 from Andrei Alexandrescu <andrei@erdani.com> ---
The issue of cross-module private symbols has been fixed. The issue regarding nested classes is invalid - protection in D has module-level granularity. If I'm missing something, please reopen with a precise description of the balance of the problem. Thanks.

--
July 16, 2019
https://issues.dlang.org/show_bug.cgi?id=1441
Issue 1441 depends on issue 2830, which changed state.

Issue 2830 Summary: private attribute doesn't work for structs/unions/classes https://issues.dlang.org/show_bug.cgi?id=2830

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--