[Issue 8030] Multiple override are allowed using mixin template

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 4 04:46:51 PDT 2012


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



--- Comment #1 from Denis <verylonglogin.reg at gmail.com> 2012-05-04 15:48:06 MSD ---
Or, if this shouldn't rise an error, this also should compiles:
---
class B: A {
    mixin T;
    mixin T;
    override string f() { return "B"; }
}
---
Error: function main.B.T!().f multiple overrides of same function

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


More information about the Digitalmars-d-bugs mailing list