https://bugzilla.novell.com/show_bug.cgi?id=390128
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=390128#c1 Zoltan Varga <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED], [EMAIL PROTECTED] --- Comment #1 from Zoltan Varga <[EMAIL PROTECTED]> 2008-05-14 09:12:37 MST --- A testcase: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< using System; class ArrayBase <T> { protected T[] arr; } class ArrayList<T> : ArrayBase <T> { public void map<V> (ArrayList<V> list) { list.arr = null; } } class Tests { public static void Main () { ArrayList <int> arr = new ArrayList <int> (); arr.map<string> (new ArrayList <string> ()); } } >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> CC'ing Rodrigo. -- 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
