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

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

	static void Main () {}
}