Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs0542.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ac50065420ebf2fb916146fa86e5103138e290c (plain)
1
2
3
4
5
6
// cs0542.cs: `X.X': member names cannot be the same as their enclosing type
// Line: 4
class X {
	int X;
}