[Mono-bugs] [Bug 58413][Nor] Changed - mcs allows ref in an interface method implemented as out in a class

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Mar 2005 05:28:22 -0500 (EST)


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 rharinath@novell.com.

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

--- shadow/58413	2005-03-17 07:37:40.000000000 -0500
+++ shadow/58413.tmp.9638	2005-03-24 05:28:22.000000000 -0500
@@ -5,18 +5,17 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: rharinath@novell.com                            
+AssignedTo: projectmonokochi@rediffmail.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: mcs allows ref in an interface method implemented as out in a class
 
 Try compiling this:
 ----
 using System;
 interface X {