[Mono-bugs] [Bug 76591][Wis] Changed - gmcs does not compile cast on anonymous method / parsing error

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 31 14:29:59 EDT 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 martin at ximian.com.

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

--- shadow/76591	2006-01-02 09:16:20.000000000 -0500
+++ shadow/76591.tmp.5078	2006-08-31 14:29:59.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: miguel at ximian.com                            
 ReportedBy: ats at cs.rit.edu               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: gmcs does not compile cast on anonymous method
+Summary: gmcs does not compile cast on anonymous method / parsing error
 
 Please fill in this template when reporting a bug, unless you know what you are doing.
 Description of Problem:
 File <http://www.cs.rit.edu/~ats/cs-2005-1/code/observer/a-delegate.cs> draws a compilation 
 error on the cast of the anonymous method.
 
@@ -62,6 +62,9 @@
 #else
       o.Queue += (QueueHandler) delegate { Console.WriteLine("update"); };
 #endif
     o.notifyObservers();
   }
 }
+
+------- Additional Comments From martin at ximian.com  2006-08-31 14:29 -------
+Why is this Priority == Wishlist ?


More information about the mono-bugs mailing list