[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs3005-6.cs
blob0fde56ad87efbfcafec190ebd5fd30066c365b09
1 // CS3005: 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 {