Why is that prohibited? I just wrote

template foo(x) { template foo(y) {}}

and did

foo!(x)!y

and it triggered that error. If I comment that line and use the hacked dmd, it seems to work.


So why is that error there?

Reply via email to