**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs3005-12.cs
blob4efba92cb2206118f31330c03dcca3e2fcdd996e
1 // cs3005.cs: Identifier 'CLSClass.NameAbC(int)' differing only in case is not CLS-compliant
2 // Line: 9
4 using System;
5 [assembly:CLSCompliant (true)]
7 public class CLSClass {
8 public int NameABC;
9 public static void NameAbC(int arg) {}