[Mono-bugs] [Bug 63705][Nor] Changed - Incorrect CS0109

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Aug 2004 12:56:04 -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=63705

--- shadow/63705	2004-08-23 13:20:45.000000000 -0400
+++ shadow/63705.tmp.14902	2004-08-27 12:56:04.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 63705
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Major
+Severity: Unknown
+Priority: Normal
 Component: C#
 AssignedTo: marek.safar@seznam.cz                            
 ReportedBy: martin@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Regression: Incorrect CS0109
+Summary: Incorrect CS0109
 
 Your latest MCS changes made MCS report an incorrect CS0109 on the
 following example:
 
 ====
 interface IFoo
@@ -27,6 +27,10 @@
 
 interface IBar : IFoo
 {
 	new int Test (int t);
 }
 =====
+
+------- Additional Comments From martin@ximian.com  2004-08-27 12:56 -------
+This is not a regression, we already reported this wrong warning
+before, but I didn't see it 'cause I wasn't using /warn:4.