[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 11:35:20 -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 10:39:08.000000000 -0500
+++ shadow/55065.tmp.23499	2004-03-02 11:35:20.000000000 -0500
@@ -60,6 +60,12 @@
 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?
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-02 11:35 -------
+Also, does the conversion work if you do it implicitly (IntPtr x = 
+null)? If it does not what is the error?
+
+Am still trying to see if the spec says anything.