[Mono-bugs] [Bug 377519] New: Members implemented by base class must not be redefined

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Apr 6 02:00:13 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=377519


           Summary: Members implemented by base class must not be redefined
           Product: Mono: Compilers
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: gert.driesen at pandora.be
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


When a derived class implements an interface, then - for members already
implemented by a base class - (g)mcs redefines these members on the derived
class and names them after explicit interface implementations.

On MS, these members are not redefined on the derived class.

To reproduce, compile and run the attached source code.

Expected result:

get_Success
Run

Actual result:

ITest.Run
ITest.get_Success


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list