1 // CS3007: Overloaded method `CLSClass.CLSClass(int[][,,])' differing only by unnamed array types is not CLS-compliant
3 // Compiler options: -warnaserror -warn:1
6 [assembly
: CLSCompliant(true)]
8 public class CLSClass
{
9 public CLSClass(int[,,][] i
) {
12 public CLSClass(bool[] b
) {