[Mono-bugs] [Bug 75461][Nor] Changed - [GMCS] type inference wrt.
delegate / anonymous method
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 6 11:05:00 EDT 2005
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 martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75461
--- shadow/75461 2005-07-06 10:38:31.000000000 -0400
+++ shadow/75461.tmp.22521 2005-07-06 11:05:00.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75461
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: martin at ximian.com
ReportedBy: bmaurer at users.sf.net
QAContact: mono-bugs at ximian.com
@@ -24,6 +24,9 @@
string [] s = { "a", "b", "a" };
System.Array.FindAll (s, delegate (string str) { return str == "a"; });
}
}
While csc v2 does.
+
+------- Additional Comments From martin at ximian.com 2005-07-06 11:04 -------
+Fixed in SVN; added gtest-184.cs and gcs0411-7.cs.
More information about the mono-bugs
mailing list