[Mono-bugs] [Bug 515801] New: Reporting CS0738 instead of CS0535
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jun 23 17:50:24 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=515801
Summary: Reporting CS0738 instead of CS0535
Classification: Mono
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: martin at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=299867)
--> (http://bugzilla.novell.com/attachment.cgi?id=299867)
Testcase
When compiling the following testcase, mcs reports a CS0738 instead of a
CS0535:
//
// Correct error:
// CS0535: 'ServerProperty' does not implement interface member
'IServerProperty.SetValue(string, FormattingAttributes, uint)'
//
// We report:
// CS0738: `ServerProperty' does not implement interface member
`IServerProperty.SetValue(string, FormattingAttributes, uint)' and the best
implementing candidate `ServerProperty.GetChildren(FormattingAttributes, uint)'
return type `Property[]' does not match interface member return type `void'
//
--
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