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

cs1646.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a4865bdfeeb30dcd126bce7c0c6cdb4b70c7267 (plain)
1
2
3
4
5
6
7
// cs01646.cs: Keyword, identifier, or string expected after verbatim specifier: @
// Line: 6

class C
{
	long l = @0;
}