1 // CS3006: Overloaded method `CLSClass.Test(ref int)' differing only in ref or out, or in array rank, is not CLS-compliant
3 // Compiler options: -warnaserror -warn:1
6 [assembly
: CLSCompliant(true)]
8 public class CLSClass
{
9 public void Test(int a
) {
12 public void Test(ref int b
) {