[Mono-bugs] [Bug 46907][Nor] Changed - Compiles invalid program: compound assignment

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 26 Jul 2003 13:39: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=46907

--- shadow/46907	Fri Jul 25 12:53:17 2003
+++ shadow/46907.tmp.14757	Sat Jul 26 13:39:58 2003
@@ -1,13 +1,13 @@
 Bug#: 46907
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -28,6 +28,9 @@
 		ArrayList l = h ["hola"] = new ArrayList ();
 	}
 }
 
 The result value from h ["hola"] is an object, not an ArrayList (I guess
 our compiler inferencing type is that good) :-)
+
+------- Additional Comments From martin@ximian.com  2003-07-26 13:39 -------
+Fixed in CVS.