**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs3005-11.cs
blobcd0ff6bd32729626305d2845528144207157c8ec
1 // cs3005.cs: Identifier 'clsInterface' differing only in case is not CLS-compliant
2 // Line: 10
4 using System;
5 [assembly:CLSCompliant (true)]
7 public interface CLSInterface {
10 public class clsInterface: CLSInterface {