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

cs3005-14.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbfecf211c5bb2740dc7161b97359b4b0c886d45 (plain)
1
2
3
4
5
6
7
8
9
10
// cs3005.cs: Identifier 'i1' differing only in case is not CLS-compliant
// Line: 9

[assembly:System.CLSCompliant(true)]

public interface I1 {
}

public interface i1 {
}