[Mono-bugs] [Bug 444180] New: CS0122 expected
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 12 09:08:12 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=444180
Summary: CS0122 expected
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: ---
// CS0122:
// Line: 23
class A
{
public void Foo (int i)
{
}
private void Foo ()
{
}
}
class B : A
{
public static void Main ()
{
}
void Test ()
{
Foo ();
}
}
--
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