[Issue 2538] Private inteface method implementation is not considered a valid

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 25 19:14:27 PST 2008


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


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #2 from bugzilla at digitalmars.com  2008-12-25 21:14 -------
A "final private" method is not virtual, and hence won't work for an interface
method. That's why the error message appears. You can make it an enhancement
request if you like.


-- 



More information about the Digitalmars-d-bugs mailing list