http://d.puremagic.com/issues/show_bug.cgi?id=2740
Bruno Medeiros <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Bruno Medeiros <[email protected]> 2010-12-03 06:33:18 PST --- Hum, I suspect the code above should not even compile. Instantiating the mixin "is analogous to cutting and pasting the body of the template into the location of the mixin." http://www.digitalmars.com/d/2.0/template-mixin.html Thus it should be the same as: class Foo : IFooable { bool foo() { return false; } bool foo() { return false; } } which should be a semantic error, I think. See http://d.puremagic.com/issues/show_bug.cgi?id=5312 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
