[Mono-bugs] [Bug 65459][Nor] Changed - Type lookup ignores delegates defined in the current class.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 13:03:10 -0400 (EDT)
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=65459
--- shadow/65459 2004-09-07 11:23:27.000000000 -0400
+++ shadow/65459.tmp.1985 2004-09-07 13:03:10.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 65459
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -43,6 +43,9 @@
}
The error produced by mcs is:
a.cs(11) error CS0019: Operator + cannot be applied to operands of type
`System.EventHandler' and `X+EventHandler'
+
+------- Additional Comments From miguel@ximian.com 2004-09-07 13:03 -------
+Raja fixed this on HEAD.