[Issue 7441] interface allowes empty statics and replace of statics

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 5 02:23:29 PST 2012


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


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |yebblies at gmail.com
         Resolution|                            |INVALID


--- Comment #1 from yebblies <yebblies at gmail.com> 2012-02-05 21:23:26 EST ---
None of these things are bugs.

Methods are allowed to have no body, the body can be provided in a different
source/object file and this is resolved at link time.

It is not illegal to shadow the name of a static function in a base
class/interface.

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