[Mono-bugs] [Bug 77139][Nor] Changed - Inconsistences when declaring anonymous methods to delegates.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 2 20:10:41 EST 2006


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 felipe.lessa at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77139

--- shadow/77139	2006-01-02 20:01:58.000000000 -0500
+++ shadow/77139.tmp.7134	2006-01-02 20:10:41.000000000 -0500
@@ -100,6 +100,13 @@
 
 The following code compiles however:
 ...
 EventHandler callOnce1 = null;
 callOnce1 = delegate {
 ...
+
+------- Additional Comments From felipe.lessa at gmail.com  2006-01-02 20:10 -------
+Still, MS csc.exe shows a better error message, as it's really non
+assigned on that place at compile time, but it exists on that context.
+However, I think Mono should compile the test case I provided w/o
+problems. Or do you think it's better to remain 100% compatible with
+MS csc.exe?


More information about the mono-bugs mailing list