[Mono-bugs] [Bug 564379] New: [REGRESSION] 2.6/svn gmcs throws CS1501 on overload/explicit implementation resolution
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 14 05:52:04 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=564379
http://bugzilla.novell.com/show_bug.cgi?id=564379#c0
Summary: [REGRESSION] 2.6/svn gmcs throws CS1501 on
overload/explicit implementation resolution
Classification: Mono
Product: Mono: Compilers
Version: 2.6.x
Platform: x86
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: skolima at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=332407)
--> (http://bugzilla.novell.com/attachment.cgi?id=332407)
test case + xbuild project to compile
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1.5)
Gecko/20091102 Firefox/3.5.5 (.NET CLR 4.0.20506)
Compile the attached test case with xbuild. The build breaks with:
"ResumableInputStream.cs(9,32): error CS1501: No overload for method `Dispose'
takes `0' arguments" when such overload does exist. gmcs from 2.4 and MS.Net
find it correctly. The bug only occurs when the used class is defined in one
assembly and the call is from another assembly.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: http://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