[Mono-bugs] [Bug 74904][Nor] Changed - gmcs does not unify return types in overridden methods

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 12 May 2005 18:36:03 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by martin@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74904

--- shadow/74904	2005-05-12 11:38:21.000000000 -0400
+++ shadow/74904.tmp.9165	2005-05-12 18:36:03.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74904
 Product: Mono: Compilers
 Version: 1.0
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: dsilva@ccs.neu.edu               
 QAContact: mono-bugs@ximian.com
@@ -44,6 +44,9 @@
 $ gmcs -target:library Test.cs
 Test.cs(12) error CS0508: Nil`1.map(List`1.mapping`1): cannot change return
 type when overriding inherited member
 Test.cs(5): 'List`1.map(List`1.mapping`1)' (name of symbol related to
 previous error
 Compilation failed: 1 error(s), 0 warnings
+
+------- Additional Comments From martin@ximian.com  2005-05-12 18:36 -------
+Fixed in SVN.