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

cs1525.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a0b0de56ad63bc1d5a39b66e0f7c85678c99298 (plain)
1
2
3
4
5
6
7
8
9
// CS1525: Unexpected symbol `}'
// Line: 8

class X {
	X ()
	{
	label1:
	}
}