[Mono-bugs] [Bug 45854][Maj] Changed - self-assignment operator incorrect for multiple assigment
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 6 Jul 2003 12:35:53 -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=45854
--- shadow/45854 Sat Jul 5 16:27:30 2003
+++ shadow/45854.tmp.21308 Sun Jul 6 12:35:53 2003
@@ -52,6 +52,9 @@
x = (y += 3);
Console.WriteLine (x); // expect 5, actual 3
Console.WriteLine (y); // expect 5, actual 3
}
}
+
+------- Additional Comments From martin@ximian.com 2003-07-06 12:35 -------
+Setting priority to normal.