[Mono-bugs] [Bug 79589][Nor] Changed - Cannot use constructor parameter when creating a new delegate parameter for overloaded constructor (!)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 23 05:58:45 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 vishal at digitalsilver.org.
http://bugzilla.ximian.com/show_bug.cgi?id=79589
--- shadow/79589 2006-10-05 17:39:16.000000000 -0400
+++ shadow/79589.tmp.24220 2006-10-23 05:58:45.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 79589
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details: OS X 10.4.8
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: vishal at digitalsilver.org
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -44,6 +44,17 @@
Successful compilation with the behaviour being that the second constructor
calls the first constructor with a new ReturnStringDelegate which returns s
as the parameter.
Additional Information:
Works with Visual Studio 2005
+
+------- Additional Comments From vishal at digitalsilver.org 2006-10-23 05:58 -------
+Compiling with Mono 1.1.13.8.1_0 (PPC) using gmcs now results in the
+following error:
+
+test.cs(11,37): error CS1706: Anonymous methods are not allowed in
+attribute declaration
+Compilation failed: 1 error(s), 0 warnings
+
+Once again, I'd like to note that this code DOES compile with csc
+(Visual Studio 2005).
More information about the mono-bugs
mailing list