[Mono-bugs] [Bug 30043][Nor] Changed - Virtual methods in delegate creation expression
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
9 Sep 2002 08:54:58 -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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=30043
--- shadow/30043 Mon Sep 9 04:27:18 2002
+++ shadow/30043.tmp.10593 Mon Sep 9 04:54:58 2002
@@ -1,26 +1,30 @@
Bug#: 30043
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: martin@gnome.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Is it allowed to use virtual methods in a delegate creating expression ?
+Summary: Virtual methods in delegate creation expression
Need to check this.
delegate void FooDelegate ();
virtual void Foo ();
void Test {
FooDelegate foo = new FooDelegate (foo);
}
+
+------- Additional Comments From martin@gnome.org 2002-09-09 04:54 -------
+It's really a bug.
+