* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / cs0542.cs
1 // cs0542.cs: `X.X': member names cannot be the same as their enclosing type
2 // Line: 4
3 class X {
4         int X;
5 }
6