[Mono-bugs] [Bug 80313][Nor] Changed - Implicit casts not considered with compound assignments
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Dec 19 08:32:43 EST 2006
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.voelkle at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80313
--- shadow/80313 2006-12-19 08:31:22.000000000 -0500
+++ shadow/80313.tmp.4233 2006-12-19 08:32:43.000000000 -0500
@@ -51,6 +51,11 @@
}
}
}
Assignment "i &= (4 + i)" fails although (i & (4 + i)) is implicitely
convertible to MyInt.
+
+------- Additional Comments From martin.voelkle at gmail.com 2006-12-19 08:32 -------
+Created an attachment (id=18339)
+Fix to apply to mcs/mcs/assign.cs. Should work for gmcs as well.
+
More information about the mono-bugs
mailing list