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

co1.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da1bdaab2463153248ea24921daaaaa5f66ac61d (plain)
1
2
3
4
class X {
	const int x = 1;
	const string s = "Hello";
}