summaryrefslogtreecommitdiff
path: root/mcs/errors/CS0571-6-lib.cs
blob: 425496bc2ccd5a7f6e6acee6c04cd49d7e967f2d (plain)
1
2
3
4
5
6
7
using System.Runtime.CompilerServices;

public interface IFoo
{
	[IndexerName ("Jaj")]
	object this [int i] { get; set; }
}