[Mono-bugs] [Bug 56180][Min] Changed - mcs allows void [] foo
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 20:41:47 -0400 (EDT)
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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=56180
--- shadow/56180 2004-03-29 22:38:46.000000000 -0500
+++ shadow/56180.tmp.14933 2004-04-28 20:41:47.000000000 -0400
@@ -8,13 +8,13 @@
Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: vladimir@pobox.com
QAContact: mono-bugs@ximian.com
-TargetMilestone: ---
+TargetMilestone: V1
URL:
Cc:
Summary: mcs allows void [] foo
mcs allows the following:
@@ -25,6 +25,9 @@
public static void Main () { }
}
csc bails with
bug21.cs(4,27): error CS1536: Invalid parameter type 'void'
and other spew.
+
+------- Additional Comments From martin@ximian.com 2004-04-28 20:41 -------
+Will be gone in a second.