[Mono-bugs] [Bug 50572][Wis] Changed - Access modifiers illegal on explicit interface implementations
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 25 Nov 2003 00:49:13 -0500 (EST)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50572
--- shadow/50572 2003-11-04 20:08:33.000000000 -0500
+++ shadow/50572.tmp.14111 2003-11-25 00:49:13.000000000 -0500
@@ -1,10 +1,10 @@
Bug#: 50572
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Wishlist
Component: Misc
@@ -34,6 +34,12 @@
Actual Results:
mcs t.cs works
Expected Results:
"The modifier 'private' is not valid for this item"
+
+------- Additional Comments From miguel@ximian.com 2003-11-25 00:49 -------
+The issue is that we loose the information about the original
+modifiers after we have computed the complete modifiers.
+
+I have to think about how to best fix this one.