[Mono-bugs] [Bug 473559] New: Not reporting error about nested class with the same name

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Feb 6 16:55:14 EST 2009


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


           Summary: Not reporting error about nested class with the same
                    name
    Classification: Mono
           Product: Mono: Compilers
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: aaragoneses at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


public class Same
    {
        public class Same
        {
        }
    }

mcs: Success.
csc: Error: 'Same': member names cannot be the same as their enclosing type

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