[Mono-bugs] [Bug 27287][Maj] Changed - Error whith structs that implement interfaces

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
2 Jul 2002 21:41:38 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=27287

--- shadow/27287	Mon Jul  1 10:14:27 2002
+++ shadow/27287.tmp.6864	Tue Jul  2 17:41:38 2002
@@ -76,6 +76,15 @@
 patch for this issue.
 There is another related mcs issue, though: it needs to set the
 attributes of the stuff() method to include final and virtual.
 Also, mcs should not allow the use of the virtual modifier on the
 stuff() method (it currently does).
 
+
+------- Additional Comments From miguel@ximian.com  2002-07-02 17:41 -------
+Ok, I added code to not allow the stuff method to be virtual.
+
+
+Which one should be final?  The interface declaration or the other one?
+
+Did you commit your code, because right now I can not run the sample
+with mcs, and seems like your code could fix this.