resync
[mcs.git] / errors / cs3005-6.cs
blobfb3bcf350730c50f63ea7af14adb887fd4053cdd
1 // cs3005-6.cs: Identifier `I1' differing only in case is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror
5 [assembly:System.CLSCompliant(true)]
7 public class I1 {
10 public interface i1 {