[Issue 2525] Can't use `override` when implementing abstract base class's interface function
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Fri Nov 13 10:49:34 PST 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=2525
Alex Parrill <initrd.gz at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |initrd.gz at gmail.com
--- Comment #10 from Alex Parrill <initrd.gz at gmail.com> ---
Just ran into this, so I'll bump it.
Note that if, in the OP's code, you change the abstract class A to an empty
interface, the code successfully compiles.
--
    
    
More information about the Digitalmars-d-bugs
mailing list