1 // CS3006: Overloaded method `CLSClass.Test(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[,,] b
) {
12 public void Test(int[,] b
) {