1 // CS1061: Type `X' does not contain a definition for `Test' and no extension method `Test' of type `X' could be found. Are you missing an assembly reference?
7 // This is to test the lookup rules for SimpleNames:
8 // `X' is the type parameter, not the class.
10 public void Test (X x
)
21 public static void Main ()