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?

Reply via email to