[Mono-bugs] [Bug 55382][Nor] Changed - MSC reports invalid warning CS0109 when hiding inherited member of other type

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 6 Aug 2004 18:25:22 -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 marek.safar@seznam.cz.

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

--- shadow/55382	2004-08-04 15:46:37.000000000 -0400
+++ shadow/55382.tmp.32172	2004-08-06 18:25:22.000000000 -0400
@@ -85,6 +85,10 @@
 This code compiles without warning on csc , while mcs reports the 
 following warning :
 
 test.cs(10) warning CS0109: The member 
 `MonoInheritance.NewDerived.NewPropertySNOKOM' does not hide an 
 inherited member.  The keyword new is not required
+
+------- Additional Comments From marek.safar@seznam.cz  2004-08-06 18:25 -------
+Gert, are you sure that you have the latest mcs ?
+I tried your code and mcs compiles it without any warning.