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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75461 --- shadow/75461 2005-07-04 15:06:57.000000000 -0400 +++ shadow/75461.tmp.26129 2005-07-04 15:06:57.000000000 -0400 @@ -0,0 +1,29 @@ +Bug#: 75461 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [GMCS] array params don't help infer types + +GMCS does not compile + +class X { + static void Main () + { + string [] s = { "a", "b", "a" }; + System.Array.FindAll (s, delegate (string str) { return str == "a"; }); + } +} + +While csc v2 does. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
