blob: 0fde56ad87efbfcafec190ebd5fd30066c365b09 (
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 class I1 {
}
public interface i1 {
}
|