[Mono-bugs] [Bug 21417] New - mcs doesn't keep track of new keyword?
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
6 Mar 2002 12:02:10 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21417
--- shadow/21417 Wed Mar 6 07:02:10 2002
+++ shadow/21417.tmp.13940 Wed Mar 6 07:02:10 2002
@@ -0,0 +1,24 @@
+Bug#: 21417
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lupus@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs doesn't keep track of new keyword?
+
+$ mcs field-overloading.cs
+.\field-overloading.cs(8) warning CS108: The keyword new is required on
+`Test.Derived.x' because it hides `Base.x'
+
+The test fails on both windows and linux (well in linux it dies
+when reporting the warning, but....).