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

cs0642.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c73cd6baf1bbef7ca3d614b171705f82774b518 (plain)
1
2
3
4
5
6
class X{
	static void Main ()
	{
		if (true);
	}
}