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: 1073383997892875228026bd5ee514f65d2d1e82 (plain)
1
2
3
4
5
6
// CS1004: Duplicate 'public' modifier
// Line: 4

public public class C
{
}