[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs3005-9.cs
blob2835a7234f5415504d50c71d7cadb314d41accfb
1 // CS3005: Identifier `c1' differing only in case is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror
5 [assembly:System.CLSCompliant(true)]
7 public class C1 {
10 public class c1 {