[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs3005-11.cs
blob7e1450b70c834cb16c7d041b9639e6f18856117c
1 // CS3005: Identifier `clsInterface' differing only in case is not CLS-compliant
2 // Line: 10
3 // Compiler options: -warnaserror
5 using System;
6 [assembly:CLSCompliant (true)]
8 public interface CLSInterface {
11 public class clsInterface: CLSInterface {