New test.
[mono.git] / mcs / errors / cs3008-6.cs
1 // cs3008-6.cs: Identifier `C._()' is not CLS-compliant
2 // Line: 8
3
4 using System;
5 [assembly:CLSCompliant(true)]
6
7 public class C {
8         public void _() {}
9 }