[Mono-bugs] [Bug 47030][Nor] New - Unnamed parameter on interfaces

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 29 Jul 2003 02:05:59 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=47030

--- shadow/47030	Tue Jul 29 02:05:59 2003
+++ shadow/47030.tmp.3286	Tue Jul 29 02:05:59 2003
@@ -0,0 +1,32 @@
+Bug#: 47030
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Unnamed parameter on interfaces
+
+On interfaces we are not naming the param arguments, sample:
+
+interface A {
+	void M (int i, params object [] a);
+}
+
+class D {
+	        void M (int i, params object [] a) {}
+
+}
+
+Contrast A.M vs D.M
+
+Also MCS generates a warning