[Mono-bugs] [Bug 589069] Compiler cant compile method with generic type information

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Mar 31 13:45:40 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=589069

http://bugzilla.novell.com/show_bug.cgi?id=589069#c6


Miguel de Icaza <miguel at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miguel at novell.com

--- Comment #6 from Miguel de Icaza <miguel at novell.com> 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.


More information about the mono-bugs mailing list