1 // CS1061: Type `A' does not contain a definition for `Foo' and no extension method `Foo' of type `A' could be found. Are you missing an assembly reference?
5 using System
.Runtime
.CompilerServices
;
10 public int this [int index
] {
15 static void Test (A a
, int value)
20 public static void Main ()