1 // CS0054: Inconsistent accessibility: indexer return type `ErrorCS0054' is less accessible than indexer `Foo.this[int]'
7 public ErrorCS0054 () {}
13 public ErrorCS0054
this[int i
] {
14 get { return new ErrorCS0054 (); }
17 public static void Main () {