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