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

cs0670.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9b04f1db64c9ca11e3915b3329a715a21af77a5 (plain)
1
2
3
4
5
class X {
	void j;

	static void Main () {}
}