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

cs1033.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09eb11104c21b3e2d8ff68d04216480cebd6c640 (plain)
1
2
3
4
5
6
7
// cs1033.cs : @ must be followed by " (or identifier)
// Line : 6

class X 
{
	static string s = @ ;
}