cs0542.cs 103 B

123456
  1. // cs0542.cs: member names can not be the same as their enclosing type
  2. // Line: 4
  3. class X {
  4. int X;
  5. }