New test.
[mono.git] / mcs / errors / CS0571-6-lib.cs
1 using System.Runtime.CompilerServices;
2
3 public interface IFoo
4 {
5         [IndexerName ("Jaj")]
6         object this [int i] { get; set; }
7 }