Nested public imports - bug or feature?

anonymous via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 13 08:53:15 PDT 2015


On Thursday, 13 August 2015 at 15:29:19 UTC, Dicebot wrote:
> struct Something
> {
>     public import a;
> }
>
> void main() { Something.foo(); }

What's wrong with `import Something = a;`? Bugs?


More information about the Digitalmars-d mailing list