[Mono-bugs] [Bug 506757] CS0507 when overriding public method in class generated by ikvmc
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue May 26 11:49:05 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=506757
User msafar at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=506757#c1
Marek Safar <msafar at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |msafar at novell.com
Component|C# |CORLIB
Product|Mono: Compilers |Mono: Class Libraries
--- Comment #1 from Marek Safar <msafar at novell.com> 2009-05-26 09:49:04 MDT ---
This is System.Reflection bug.
When calling
"test".GetMethods (Instance | Public)
"test".GetMethods (Instance | NonPublic)
Mono returns 'foo' in both cases but should only in the first one (Public) to
match .NET behavior.
--
Configure bugmail: http://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