1 // cs0111-4.cs: `ErrorClass.get_Blah(int)' is already defined. Rename this member or use different parameter types
4 using System
.Runtime
.CompilerServices
;
7 public int this [int a
] {
11 public void get_Blah (int b
) {}
13 public static void Main ()