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)]
10 public void Test(int a
) {
14 public class CLSClass
: Base
{
15 public void Test(ref int b
) {