[Mono-bugs] [Bug 52279][Maj] Changed - t.Me.blah ++; calls get_Me twice
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 15:58:40 -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=52279
--- shadow/52279 2004-05-24 17:38:32.000000000 -0400
+++ shadow/52279.tmp.32077 2004-05-25 15:58:40.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 52279
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -43,6 +43,10 @@
a [someComplex (expression [that [takes] * time])].field ++;
We need to use a temporary helper here, or we could figure out some dup'ing
method.
Assigning to self.
+
+------- Additional Comments From martin@ximian.com 2004-05-25 15:58 -------
+Fixed in CVS. I also did this for properties and added a test case for
+that. Test is in test-261.cs.