[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 20:16:46 -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 20:15:58.000000000 -0500
+++ shadow/50572.tmp.10072 2003-12-23 20:16:46.000000000 -0500
@@ -54,6 +54,19 @@
on there, but csc throws an error.
------- Additional Comments From bmaurer@users.sf.net 2003-12-23 20:15 -------
Created an attachment (id=6314)
Related patch
+
+------- Additional Comments From bmaurer@users.sf.net 2003-12-23 20:16 -------
+The second patch is related to this one. It flags
+t.cs(7) error CS0106: the modifier private is not valid for this item
+
+on
+interface la {
+ private void foo ();
+}
+
+Before we had a parser error.
+
+Both should be applied.