[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 11:33:44 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72852
--- shadow/72852 2005-02-22 11:11:32.000000000 -0500
+++ shadow/72852.tmp.11655 2005-02-23 11:33:44.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 72852
Product: Mono: Compilers
Version: 1.0
-OS:
+OS: unknown
OS Details: Mandrake 10.1, mono 1.1.4.20040221svn
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: nazgul@omega.pl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -93,6 +93,15 @@
How often does this happen?
Always
Additional Information:
It works with mcs 1.1.4 and csc beta1
+
+------- Additional Comments From rharinath@novell.com 2005-02-23 11:33 -------
+I'm not too familiar with IL. However, without a 'newslot' the
+'virtual' is treated as an override, and hence doesn't take part in
+overload resolution.
+
+What does a 'final virtual' correspond to? Is it meaningful without
+already having a slot for the function?
+