https://bugzilla.novell.com/show_bug.cgi?id=382986
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=382986#c3 --- Comment #3 from Rodrigo Kumpera <[EMAIL PROTECTED]> 2008-05-05 11:22:55 MST --- The issue is related to how we check visibility under mini for inflated generic types. Visibility should be checked against non-inflated types, methods and fields as a subtype member can have more strict visiblity. The fix is in mini.c to inflate using the generict context of the generic (method|type) definition and check visibility against these methods. -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
