[Mono-bugs] [Bug 27999][Wis] Changed - Overriding method with "new" => type mismatch on retval

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
21 Jul 2002 23:11:21 -0000


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@gnome.org.

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

--- shadow/27999	Sat Jul 20 10:38:47 2002
+++ shadow/27999.tmp.18121	Sun Jul 21 19:11:20 2002
@@ -1,14 +1,14 @@
 Bug#: 27999
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: martin@gnome.org                            
 ReportedBy: martin@gnome.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -22,6 +22,10 @@
 
 class B : A {
 	new B foo () { return this; }
 }
 
 Assigned to myself, will fix it later on.
+
+------- Additional Comments From martin@gnome.org  2002-07-21 19:11 -------
+Bug is FIXED, added testcase test-147.cs.
+