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



--- Comment #26 from [email protected] 2012-01-08 07:22:14 PST ---
By mleise on IRC #D:


class Base {
    abstract void foo();
}
class Ext : Base {
    override void foo(); // override should require an implementation
}
void main() {}


If uncaught by the compiler this causes a linker error.

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

Reply via email to