[Mono-bugs] [Bug 324490] mcs allows covariance from reference to value types
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Nov 5 11:23:13 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=324490#c3
Gert Driesen <gert.driesen at pandora.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gert.driesen at pandora.be
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #3 from Gert Driesen <gert.driesen at pandora.be> 2007-11-05 09:23:13 MST ---
Marek, the error message is missing the return type, declarating type and
arguments of the method.
For example:
error CS0407: The method `Parse' return type does not match delegate `object
Program.Conv(string)' return type
this should be:
error CS0407: The method `int int.Parse(string)' return type does not match
delegate `object Program.Conv(string)' return type
--
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