[Mono-bugs] [Bug 29028][Maj] Changed - Explicit cast on null for overloaded method call fails

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
16 Aug 2002 18:13:40 -0000


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 gracenote@earthlink.net.

http://bugzilla.ximian.com/show_bug.cgi?id=29028

--- shadow/29028	Fri Aug 16 06:47:04 2002
+++ shadow/29028.tmp.29293	Fri Aug 16 14:13:40 2002
@@ -68,6 +68,10 @@
                 if (val != 1)
                         return 1;
                 return 0;
         }
 }
 
+
+------- Additional Comments From gracenote@earthlink.net  2002-08-16 14:13 -------
+Can't reproduce now.  So I guess it's fine.  As long as the test 
+case works with both casts (T) and (T[]).