* Expression.cs: Allow '-' in item, property and metadata names.
[mcs.git] / errors / cs0542.cs
blob2ac50065420ebf2fb916146fa86e5103138e290c
1 // cs0542.cs: `X.X': member names cannot be the same as their enclosing type
2 // Line: 4
3 class X {
4 int X;