[Mono-bugs] [Bug 652390] New: Internal compiler error with method overload resolution

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 9 12:00:58 EST 2010


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: msafar at novell.com
        ReportedBy: jeremie.laval at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list