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

cs1004.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad11b7cea522a9e4a10a5cd23e7f133b3a3e9ead (plain)
1
2
3
4
5
6
7
// cs1004.cs: Duplicate `public' modifier
// Line: 4

public public class C
{
}