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

cs0116.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4c2644b947580b3c14cb0864af4c43b989b2fb8 (plain)
1
2
3
4
5
6
7
// cs0116.cs: A namespace cant have members that dont correspond to a class, delegate, interface, union, struct or enum.
// Line: 6

namespace Bar
{
	float a;
}