2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3005-24.cs
blob09c39954cbd952fd046bafec633012c943114483
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 {}