[Mono-bugs] [Bug 77136][Blo] Changed - Runtime cannot find method (multiple generic parameter constraints)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 15 16:54:18 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77136
--- shadow/77136 2006-01-01 16:38:27.000000000 -0500
+++ shadow/77136.tmp.26636 2006-07-15 16:54:18.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 77136
Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: JIT
AssignedTo: lupus at ximian.com
ReportedBy: sestoft at dina.kvl.dk
QAContact: mono-bugs at ximian.com
@@ -139,6 +139,9 @@
lst.Add(new ComparablePair<String,int>("France", 1998));
lst.Sort();
foreach (ComparablePair<String,int> pair in lst)
Console.WriteLine(pair);
}
}
+
+------- Additional Comments From miguel at ximian.com 2006-07-15 16:54 -------
+This works now.
More information about the mono-bugs
mailing list