2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3005-15.cs
blob69001a3fc1fdf5642f3f0a63174afe6a3c16a483
1 // cs3005-15.cs: Identifier `a' differing only in case is not CLS-compliant
2 // Line: 10
3 // Compiler options: -warnaserror
5 using System;
6 [assembly:CLSCompliant (true)]
8 public enum A {
11 public interface a {