summaryrefslogtreecommitdiff
path: root/mcs/errors/cs3005-14.cs
blob: 967286e1bec6a560f0c0b6f88ada72438179a79f (plain)
1
2
3
4
5
6
7
8
9
10
11
// CS3005: Identifier `i1' differing only in case is not CLS-compliant
// Line: 9
// Compiler options: -warnaserror

[assembly:System.CLSCompliant(true)]

public interface I1 {
}

public interface i1 {
}