**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0117-4.cs
blob6edc55acc168050cb14527c25f9ab6473741d720
1 // cs0117: 'System.Runtime.CompilerServices.IndexerNameAttribute' does not contain a definition for 'errorarg'
2 // Line:
4 using System.Runtime.CompilerServices;
6 public class E
8 [IndexerName("xxx", errorarg = "")]
9 public int this[int index] {
10 get {
11 return 0;