[Mono-bugs] [Bug 52527][Wis] Changed - cast

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Dec 2003 15:37:56 -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 bmaurer@users.sf.net.

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

--- shadow/52527	2003-12-23 20:55:17.000000000 -0500
+++ shadow/52527.tmp.24520	2003-12-24 15:37:56.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52527
 Product: Mono/Compilers
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: DUPLICATE
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: xiaoming.lin@longshine.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -56,6 +56,11 @@
 1.the csc can compliate it successfully.
 2.change 
 		System.Console.WriteLine( (FieldType) int.Parse("1") );
   to
 		System.Console.WriteLine( (FieldType) (int.Parse("1")) );
   then mcs can compliate it successfully.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-24 15:37 -------
+
+
+*** This bug has been marked as a duplicate of 49836 ***