[Mono-bugs] [Bug 27998][Wis] New - Must check for duplicate methods

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Jul 2002 13:05:41 -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 martin@gnome.org.

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

--- shadow/27998	Fri Jul 19 09:05:41 2002
+++ shadow/27998.tmp.26477	Fri Jul 19 09:05:41 2002
@@ -0,0 +1,25 @@
+Bug#: 27998
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: martin@gnome.org                            
+ReportedBy: martin@gnome.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Must check for duplicate methods
+
+The following must report an error:
+
+	void Foo ();
+
+	void Foo ();
+
+Assigned to myself, will fix it later on.