[Mono-bugs] [Bug 52183][Nor] Changed - Parser error
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Dec 2003 13:38:41 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52183
--- shadow/52183 2003-12-15 09:46:39.000000000 -0500
+++ shadow/52183.tmp.26813 2003-12-15 13:38:41.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 52183
Product: Mono/Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details: Mandrake 9.1
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: cornel@profsys.iasi.rdsnet.ro
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -60,6 +60,19 @@
How often does this happen?
Always
Additional Information:
+
+------- Additional Comments From duncan@ximian.com 2003-12-15 13:38 -------
+That's because the signature for Main should be:
+
+public static void Main (string [] args)
+
+Note that the static modifier is declared before the return type (void).
+
+Marking this as NOTABUG.
+
+For more info see:
+
+http://www.csharphelp.com/archives/archive273.html