b3c8f99e6a5d1146169d27f30c923c28bdd5ac80
[mono.git] / mcs / errors / cs3005-15.cs
1 // cs3005-15.cs: Identifier `A' differing only in case is not CLS-compliant
2 // Line: 10
3
4 using System;
5 [assembly:CLSCompliant (true)]
6
7 public enum A {
8 }
9
10 public interface a {
11 }