https://bugzilla.novell.com/show_bug.cgi?id=361686
Summary: Regression: accessibility checks.
Product: Mono: Compilers
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: C#
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
Recent changes in the compiler broke the compilation of Paint.NET, the
following test case illustrates the problem:
public class T {
protected class Protected {
}
}
public class D : T {
private class Private {
public void Stuff (Protected p)
{
}
}
}
public class Z {
static void Main () {
}
}
The above program compiles with CSC 1 and 2, fails with SVN mcs
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs