[Mono-bugs] [Bug 361686] New: Regression: accessibility checks.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Feb 13 20:42:22 EST 2008
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: msafar at novell.com
ReportedBy: miguel at novell.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list