[Mono-bugs] [Bug 27287][Min] Changed - mcs should set final flag on virtual/interface methods of sealed types
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Sep 2002 11:23:48 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27287
--- shadow/27287 Tue Jul 9 18:41:12 2002
+++ shadow/27287.tmp.330 Wed Sep 11 07:23:48 2002
@@ -1,23 +1,23 @@
Bug#: 27287
Product: Mono/MCS
Version: unspecified
OS: Red Hat 7.3
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jaime@geneura.ugr.es
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Error whith structs that implement interfaces
+Summary: mcs should set final flag on virtual/interface methods of sealed types
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
> I got a compiler error telling that I cannot convert a struct to an
@@ -105,6 +105,9 @@
Unhandled Exception: System.TypeLoadException: Method stuff in type T
from assembly stuff does not have an implementation.
(null)
Maybe some code is not commited?
+
+------- Additional Comments From lupus@ximian.com 2002-09-11 07:23 -------
+The test program compiles and runs just fine.