2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3005-24.cs
blobe42e40fd9f56f35bd5f0860333a6f044c22997f7
1 // cs3005-24.cs: Identifier `ClsClass' differing only in case is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror
5 [assembly:System.CLSCompliant(true)]
7 public partial class CLSClass {}
9 public partial struct ClsClass {}