[Issue 6266] Mac OSX linker fails to recognize private method of interface

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 7 23:14:02 PDT 2011


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


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies at gmail.com


--- Comment #2 from yebblies <yebblies at gmail.com> 2011-07-08 16:08:56 EST ---
private methods are implicitly final.  It is correct that it fails to link, but
it should be an error as MyFoo.foo does not override any function.

-- 
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