Bugzilla – Bug 313486
int.Parse (); doesnt compile while Int32.Parse () compiles fine.
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by sayao@brturbo.com 2004-01-03 13:28:42 MST ---- 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 ?) ---- Additional Comments From sayao@brturbo.com 2004-01-03 13:29:07 MST ---- Created an attachment (id=165413) TESCASE ---- Additional Comments From bmaurer@users.sf.net 2004-01-03 13:30:59 MST ---- *** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO49836 *** Imported an attachment (id=165413) Unknown operating system unknown. Setting to default OS "Other". This bug was marked DUPLICATE in the database it was moved from. Changing resolution to "MOVED"