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

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

[assembly:System.CLSCompliant(true)]

public class I1 {
}

public interface i1 {
}