Comment #0 by bruno.do.medeiros+deebugz — 2006-10-18T09:49:38Z
Crash on foreach of mixed-in aggregate (only if the mixin instance is named):
---- ----
template opHackedApply() {
struct Iter {
}
}
class Foo {
mixin opHackedApply!() oldIterMix;
}
void main() {
Foo f = new Foo;
foreach (i; f.oldIterMix.Iter) { }
}
Comment #1 by braddr — 2006-10-18T12:15:56Z
*** This bug has been marked as a duplicate of 441 ***