fix run-test
[mcs.git] / errors / cs3005-11.cs
blobbe40f0bca0153c4ad8ddb9d3e1a4117603a23b1a
1 // cs3005-11.cs: 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 {