[Mono-bugs] [Bug 75155][Wis] New - Can't compile code with delegates as function parameters

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jun 4 11:35:46 EDT 2005


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 dsd at gentoo.org.

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

--- shadow/75155	2005-06-04 11:35:46.000000000 -0400
+++ shadow/75155.tmp.5300	2005-06-04 11:35:46.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 75155
+Product: Mono: Compilers
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: dsd at gentoo.org               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Can't compile code with delegates as function parameters
+
+Mono 1.0.6 refuses to compile code which has delegates in the function
+parameters. It incorrectly reports that no method with that number of
+arguments is available.
+
+When I compile this test case:
+
+Test.cs(8) error CS1501: No overload for method `Temp' takes `1' arguments
+Test.cs(8) error CS8006: Could not find any applicable function for this
+argument list
+Compilation failed: 2 error(s), 0 warnings
+
+This problem is specific to Mono 1.0.6, it works fine with 1.1.x.


More information about the mono-bugs mailing list