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

cs1011.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce78e701617d52f0d1c29978d49629392e39ab55 (plain)
1
2
3
4
5
6
// cs1011: Empty character literal
// Line: 5

class T {
	char c = '';
}