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: 61bcdcd88e372ac72271ee48ceaa1148e52fec56 (plain)
1
2
3
4
5
6
// cs0542.cs: member names can not be the same as their enclosing type
// Line: 4
class X {
	int X;
}