[Mono-bugs] [Bug 37014][Nor] Changed - Cannot convert from struct to interface problem

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 14 Feb 2003 22:57:00 -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 miguel@ximian.com.

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

--- shadow/37014	Tue Jan 21 13:34:42 2003
+++ shadow/37014.tmp.30018	Fri Feb 14 22:57:00 2003
@@ -1,14 +1,14 @@
 Bug#: 37014
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: seank@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -49,6 +49,9 @@
 (TestInterface)' has some invalid arguments
 error CS1503: Argument 1: Cannot convert from 'object' to 'TestInterface'
 
 If you change TestStruct from a struct to a class, everything compiles
 fine, so this seems to be specific to structs that are initialized outside
 of a method.
+
+------- Additional Comments From miguel@ximian.com  2003-02-14 22:57 -------
+Fixed on CVS.