[Issue 3934] Some untidy attributes
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Jan  8 07:22:15 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=3934
--- Comment #26 from bearophile_hugs at eml.cc 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: -------
    
    
More information about the Digitalmars-d-bugs
mailing list