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