[Mono-bugs] [Bug 77014][Wis] Changed - params in indexer not handled
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Dec 16 17:41:16 EST 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 perraw at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77014
--- shadow/77014 2005-12-16 16:29:14.000000000 -0500
+++ shadow/77014.tmp.2425 2005-12-16 17:41:16.000000000 -0500
@@ -39,6 +39,18 @@
}
}
//---------------------------------------
------- Additional Comments From bmaurer at users.sf.net 2005-12-16 16:29 -------
IIRC this is a long known bug.
+
+------- Additional Comments From perraw at gmail.com 2005-12-16 17:41 -------
+(Updates on the different error messages)
+In 1.1.10.1 the error was:
+"We currently do not support only array arguments in an indexer"
+Mono.CSharp.Indexer+SetIndexerMethod:GetParameterInfo (it was in
+mcs/class.cs)
+
+Now with the svn dec-12 version it says:
+No overload for method 'set_Item' takes '3' arguments
+No overload for method 'this' takes '2' arguments
+
More information about the mono-bugs
mailing list