http://bugzilla.novell.com/show_bug.cgi?id=589069
http://bugzilla.novell.com/show_bug.cgi?id=589069#c6 Miguel de Icaza <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Miguel de Icaza <[email protected]> 2010-03-31 17:45:40 UTC --- A simpler test case: public class TestClass<T> { private T[][] m_data; public TestClass(int arrSize) { Add(ref m_data); } private static void Add(ref T[][] arr) { } } -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
