[Mono-bugs] [Bug 31920][Nor] Changed - mcs allows arguments of type "void"
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Oct 2002 22:45: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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31920
--- shadow/31920 Tue Oct 8 18:01:43 2002
+++ shadow/31920.tmp.6733 Tue Oct 8 18:45:40 2002
@@ -1,14 +1,14 @@
Bug#: 31920
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: vladimir@pobox.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,9 @@
public static void Main () { }
}
compiles under mcs, gives a "Invalid parameter type 'void'" under csc.
+
+------- Additional Comments From miguel@ximian.com 2002-10-08 18:45 -------
+fixed