[Mono-bugs] [Bug 47319][Nor] Changed - Crash on compound assignment

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 7 Aug 2003 15:53:58 -0400 (EDT)


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 martin@ximian.com.

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

--- shadow/47319	Sun Aug  3 21:28:04 2003
+++ shadow/47319.tmp.32574	Thu Aug  7 15:53:57 2003
@@ -1,13 +1,13 @@
 Bug#: 47319
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -25,6 +25,9 @@
 	static void Main ()
 	{
 		Hashtable h = new Hashtable ();
 		int a = (int)h [0] = 1;
 	}
 }
+
+------- Additional Comments From martin@ximian.com  2003-08-07 15:49 -------
+Fixed in CVS.