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

cs1525-43.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d83d4d847fadc538a6d2c9ff01b38d505b1a061d (plain)
1
2
3
4
5
6
7
8
9
// CS1525: Unexpected symbol `)', expecting `(', `[', `out', `params', `ref', `this', or `type'
// Line: 6

class TestClass
{
	TestClass ([attr])
	{
	}
}