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


           Summary: Method name for explicit interface implementation of
                    nested interface wrongly encoded
           Product: Mono: Compilers
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


In the method name for an explicit interface implementation of a nested
interface, (g)mcs currently replaces the + separator with a dot.

This does not match MS.

To reproduce, compile and run the attached source code.

Expected result:

The following output is written to the console:

OK

Actual result:

The following output is written to the console:

Mono.Bar.IMarshal.Release


-- 
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to