https://bugzilla.novell.com/show_bug.cgi?id=339011#c1


Zoltan Varga <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #1 from Zoltan Varga <[EMAIL PROTECTED]>  2007-11-06 08:20:33 MST 
---
This seems to work for a simple test case:

using System;

class Foo<T1, T2> {

        public void bar (object o) {
                throw new Exception ();
        }
}

public class Tests {

        public static void Main () {
                new Foo<int, string> ().bar (null);
        }
}


-- 
Configure bugmail: https://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

Reply via email to