[Mono-bugs] [Bug 501775] Wrong warning CS0109 with protected field that hides field from base class
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 7 10:02:12 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=501775
User eb1 at sil.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=501775#c1
--- Comment #1 from Eberhard Beilharz <eb1 at sil.org> 2009-05-07 08:02:11 MDT ---
Created an attachment (id=290727)
--> (http://bugzilla.novell.com/attachment.cgi?id=290727)
Testcase
To reproduce this bug:
gmcs /t:library Base.cs
gmcs /t:library /reference:Base.dll Derived.cs
--> will produce warning CS0109
However, the following doesn't produce the warning:
gmcs /t:library Base.cs Derived.cs
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list