On Tue, 21 Jun 2011 18:43:51 +0300, Jonathan M Davis <[email protected]> wrote:

???

private import a;

and

import a;

Uh, yeah you are right. I meant something like:

module base1;
private struct base;
struct base1 : base {
}

Reply via email to