[Mono-bugs] [Bug 56465][Wis] Changed - [PATCH] The argument to the IndexerName attribute must be a valid identifier

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Apr 2004 19:07:34 -0400 (EDT)


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 bmaurer@users.sf.net.

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

--- shadow/56465	2004-04-06 19:07:19.000000000 -0400
+++ shadow/56465.tmp.20480	2004-04-06 19:07:34.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: The argument to the IndexerName attribute must be a valid identifier
+Summary: [PATCH] The argument to the IndexerName attribute must be a valid identifier
 
 We compile:
 public class MonthDays {
    [System.Runtime.CompilerServices.IndexerName ("buggypo for you")]
    public int this [int a] {
       get {