[Mono-bugs] [Bug 339011] Add generic support to stack traces.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 6 10:20:33 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=339011#c1
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 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.
More information about the mono-bugs
mailing list