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

cs1012.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61e65b63a880287ae56122faebf122e7eb3806ca (plain)
1
2
3
4
5
6
// cs1012: Too many characters in character literal
// Line: 5

class x {
	char x = 'xx';
}