http://d.puremagic.com/issues/show_bug.cgi?id=9266



--- Comment #3 from Artem Tarasov <[email protected]> 2013-01-04 16:49:30 
PST ---
Further reduced test case:

template Foo(T...) {
    T Foo;
}

struct Bar()
{
    alias Foo!int f;
}

void main() {
    Bar!() a, b;
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to