http://d.puremagic.com/issues/show_bug.cgi?id=2640
------- Comment #2 from [email protected] 2009-02-01 17:13 ------- Yeah, I have proposed that, too. I suggested marking all internal temporary aliases as private for that purpose: template WidgetImpl(T) { private alias ...something_complex... Tmp; // not visible from outside alias ...something_else... WidgetImpl; // public } --
