[Mono-bugs] [Bug 52578][Nor] Changed - FIX: MCS invalidly emits a Box when converting a System.Enum to an interface

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 7 Feb 2004 12:47:44 -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=52578

--- shadow/52578	2004-02-07 12:47:08.000000000 -0500
+++ shadow/52578.tmp.21669	2004-02-07 12:47:44.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: MCS invalidly emits a Box when converting a System.Enum to an interface
+Summary: FIX: MCS invalidly emits a Box when converting a System.Enum to an interface
 
 Description of Problem:
 
 using System;
 
 enum Foo { Bar }