* Control.cs: fix the checks so that they work correctly for mdi
[mcs.git] / errors / cs1501-6.cs
blob846bda88f3f5290dfb7659d9a93db68661982e9c
1 // cs1501-6.cs: No overload for method `System.Runtime.CompilerServices.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;