[Mono-bugs] [Bug 21069] Changed - Crash when interface method have a ref parameter.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
26 Feb 2002 20:15:19 -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 miguel@ximian.com.

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

--- shadow/21069	Tue Feb 26 10:03:59 2002
+++ shadow/21069.tmp.16451	Tue Feb 26 15:15:19 2002
@@ -1,14 +1,14 @@
 Bug#: 21069
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Cosmetic
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: f_ai@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -39,6 +39,13 @@
 {	
 	public interface Container
 	{
 		void Method1(ref System.Drawing.Rectangle p);
 	}	
 }
+
+------- Additional Comments From miguel@ximian.com  2002-02-26 15:15 -------
+Ravi fixed this on CVS. 
+
+We are compiling like this the sample:
+
+mcs -r System.Drawing sample.cs