[Mono-bugs] [Bug 50572][Wis] Changed - Access modifiers illegal on explicit interface implementations
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Dec 2003 19:30:06 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=50572
--- shadow/50572 2003-12-23 19:29:12.000000000 -0500
+++ shadow/50572.tmp.9326 2003-12-23 19:30:06.000000000 -0500
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Wishlist
Component: C#
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: bmaurer@users.sf.net
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Access modifiers illegal on explicit interface implementations
@@ -45,6 +45,10 @@
I have to think about how to best fix this one.
------- Additional Comments From bmaurer@users.sf.net 2003-12-23 19:29 -------
Created an attachment (id=6313)
patch
+
+------- Additional Comments From bmaurer@users.sf.net 2003-12-23 19:30 -------
+This should fix it. The spec does not say it is invalid to put `new'
+on there, but csc throws an error.