[Mono-bugs] [Bug 22016] New - MCS does not generate ParamArrayAttribute on params arguments
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Mar 2002 21:18:03 -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=22016
--- shadow/22016 Sat Mar 16 16:18:03 2002
+++ shadow/22016.tmp.8794 Sat Mar 16 16:18:03 2002
@@ -0,0 +1,25 @@
+Bug#: 22016
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: miguel@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: MCS does not generate ParamArrayAttribute on params arguments
+
+class X {
+
+ static void S (params char [] x)
+ {
+ }
+
+}