[Mono-bugs] [Bug 72852][Wis] Changed - mcs fails to lookup methods with `final virtual` modifiers
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Feb 2005 12:23:48 -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 nazgul@omega.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=72852
--- shadow/72852 2005-02-23 11:45:21.000000000 -0500
+++ shadow/72852.tmp.12593 2005-02-23 12:23:48.000000000 -0500
@@ -110,6 +110,13 @@
Probably this IL is in fact invalid. Originally in our compiler the
virtual came from the fact of implementing interface method and final
was just a marker that this method was not originally virtual and cannot
be overriden.
I need to check the spec, maybe in this situation 'new' MUST be
specified. If so, I do not expect mono to follow MS.NET's behaviour here .
+
+------- Additional Comments From nazgul@omega.pl 2005-02-23 12:23 -------
+I found this: http://bugzilla.ximian.com/show_bug.cgi?id=21559
+
+Probably this bug should be closed as NOTABUG. But if mcs could easily
+handle "broken" methods in lookup, then probably it should be fixed.
+