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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jan 2004 13:28:42 -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.17419	2004-01-03 13:28:42.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 52579
+Product: Mono/Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: sayao@brturbo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: int.Parse (); doesnt compile while Int32.Parse () compiles fine.
+
+See the tescase attached.
+It refuses to compile a line saying that there is a missing ";". The ";" is
+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 ?)