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=78900 --- shadow/78900 2006-07-19 08:44:25.000000000 -0400 +++ shadow/78900.tmp.9233 2006-07-19 08:44:25.000000000 -0400 @@ -0,0 +1,41 @@ +Bug#: 78900 +Product: Mono: Compilers +Version: unspecified +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] Incorrect Type arguments cannot be inferred from usage error + +Testcase: + +<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +using System; +using System.Collections.Generic; + +public class List { + internal void AddRange<T>(ICollection<T> otherList) { + } +} + +public class Tests +{ + public static void Main () + { + object[] args = new object [0]; + List l = new List (); + l.AddRange (args); + } +} +>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> + +This is blocking recent IronPython snapshots from compiling on mono. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
