[Issue 1449] New: deprecated methods are counted as interface	implementation
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Aug 29 04:44:49 PDT 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1449
           Summary: deprecated methods are counted as interface
                    implementation
           Product: D
           Version: 1.020
          Platform: Other
        OS/Version: All
            Status: NEW
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: larsivar at igesund.net
class Foo : Bar {
    deprecated void foo() {}
}
interface Bar {
    void foo();
}
compiles cleanly with "dmd -c deprecatedtest.d"
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list