https://bugzilla.novell.com/show_bug.cgi?id=652390
https://bugzilla.novell.com/show_bug.cgi?id=652390#c0 Summary: Internal compiler error with method overload resolution Classification: Mono Product: Mono: Compilers Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: C# AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7 The attached test case fails to compile with the following stacktrace: repro.cs(24,49): error CS0584: Internal compiler error: Array index is out of range. repro.cs(23,41): error CS0266: Cannot implicitly convert type `object' to `void'. An explicit conversion exists (are you missing a cast?) repro.cs(23,41): error CS1662: Cannot convert `lambda expression' to delegate type `System.Action<System.Threading.Tasks.Task<TSource>>' because some of the return types in the block are not implicitly convertible to the delegate return type Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
