[Mono-bugs] [Bug 362146] New: Missing accessibility check (CS0122)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Feb 15 08:08:44 EST 2008


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


           Summary: Missing accessibility check (CS0122)
           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: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


class G
{
        private class GG {
                public class F {}
        }
}

class X
{
        G.GG.F foo;
}

Currently no error reported


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