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: e1a5a661976257467c252cb1fb397bd881f80d56 (plain)
1
2
3
4
5
6
7
8
9
// cs1525: Invalid expression term '}'
// Line: 7

class X {
	X ()
	{
	label1:
	}
}