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: dc1459ceac03b48a4f553bf9b2343e68b54b7d27 (plain)
1
2
3
4
5
6
7
8
// cs1525: Invalid expression term.
// Line: 7
class X {
	X ()
	{
	label1:
	}
}