**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs1501-6.cs
blob3ebda954015bd633a2365fa8a72dfe2174a86fac
1 // cs1501.cs: No overload for method 'IndexerNameAttribute' takes '4' arguments
2 // Line: 5
4 class MainClass {
5 [System.Runtime.CompilerServices.IndexerName("A", "", "", "")]
6 int this [int index] {
7 get {
8 return 0;