On Saturday, 27 April 2019 at 14:58:01 UTC, Robert M. Münch wrote:
        import A.a;

`import` by itself is a private import, meaning it cannot be seen from outside the module.

Make it `public import` and it can be seen from the outside; the other modules importing it can access them too.

Reply via email to