2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0633-4.cs
bloba38a6bbe17103c3b2173e491187f7dddbbb059a6
1 // CS0633: The argument to the `System.Runtime.CompilerServices.IndexerNameAttribute' attribute must be a valid identifier
2 // Line: 8
4 using System.Runtime.CompilerServices;
6 public class C
8 [IndexerName ("class")]
9 public string this [int i] {
10 set { }