[Mono-bugs] [Bug 374214] New: Misleading output compiling wrong call to dynamic argumentlist-method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Mar 26 20:24:33 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=374214


           Summary: Misleading output compiling wrong call to dynamic
                    argumentlist-method
           Product: Mono: Compilers
           Version: 1.2.6
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: daniel at hofmannmail.ath.cx
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=204164)
 --> (https://bugzilla.novell.com/attachment.cgi?id=204164)
Test case

Compiling the attached example with gmcs I get the error:

test.cs(12,11): error CS1501: No overload for method `M1' takes `1' arguments

although there is such a method and the real error of course is, that object
isn't implicitely convertible to int.
As this is probably more of an annoyance rather than a real bug, I'm setting
severity to minor.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list