[Mono-bugs] [Bug 55065][Blo] Changed - error CS0037 on mono 0.32
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Mar 2004 10:39:08 -0500 (EST)
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=55065
--- shadow/55065 2004-03-02 08:35:38.000000000 -0500
+++ shadow/55065.tmp.22864 2004-03-02 10:39:08.000000000 -0500
@@ -52,6 +52,14 @@
I admit this is confusing, and I wish the assignment from null
worked, however, it does not.
------- Additional Comments From ndrochak@gol.com 2004-03-02 08:35 -------
Actually, this construct is fine. CSC can compile it no problem.
Reopening so mcs hackers can have a look.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-02 10:39 -------
+Thats very interesting. I know this does not work with (int) null. I
+did not think that IntPtr was special cased in the compiler.
+
+Does the code assign 0 to the value, as I expected?
+
+Also, does it work with UIntPtr?