[Mono-bugs] [Bug 56454][Maj] Changed - [PATCH] Array assignment of concatentated strings leads to duplication

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 10 Apr 2004 15:31:28 -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 bmaurer@users.sf.net.

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

--- shadow/56454	2004-04-10 15:09:48.000000000 -0400
+++ shadow/56454.tmp.28632	2004-04-10 15:31:28.000000000 -0400
@@ -109,6 +109,11 @@
 
 After resolution, eclass has a valid ExprClass value (other than
 Invalid) and type has the System.Type for the type of the expression.
 
 So you could test for `type != null' for the fact that the expression
 has previously been resolved
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-10 15:31 -------
+Created an attachment (id=7311)
+nice catch, miguel!
+