[dmd-beta] Time for a new beta?

Christian Kamm kamm at incasoftware.de
Sun Aug 21 01:16:42 PDT 2011


On Sunday 21 August 2011 09:36 Rainer Schuetze wrote:
> I've used a combination of selective imports

Be careful with that

private import m : a;

is the same as

private import m;
alias m.a a;

atm. Meaning that if you import that file, m.a will be visible as a from the 
outside.


More information about the dmd-beta mailing list