1 // CS3006: Overloaded method `CLSInterface.Test(out bool)' 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 interface CLSInterface
{
10 void Test(out bool b
);