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