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