[Mono-bugs] [Bug 52579][Nor] Changed - int.Parse (); doesnt compile while Int32.Parse () compiles fine.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jan 2004 13:29:07 -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 sayao@brturbo.com.

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

--- shadow/52579	2004-01-03 13:28:42.000000000 -0500
+++ shadow/52579.tmp.17442	2004-01-03 13:29:07.000000000 -0500
@@ -21,6 +21,11 @@
 there and its not what is causing the error.
 
 int.Parse (); doesnt compile while Int32.Parse () compiles fine.
 
 The mcs error report is wrong. (its not even an error because int.Parse ()
 should do the same as Int32.Parse () doesnt it ?)
+
+------- Additional Comments From sayao@brturbo.com  2004-01-03 13:29 -------
+Created an attachment (id=6338)
+TESCASE
+