X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3006-3.cs;h=65f563d363f047b940ab7b28a4433db89d92678a;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=7e5365c7307b41f018f82c6154dff4571f2f1b69;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/errors/cs3006-3.cs b/mcs/errors/cs3006-3.cs index 7e5365c7307..65f563d363f 100644 --- a/mcs/errors/cs3006-3.cs +++ b/mcs/errors/cs3006-3.cs @@ -1,5 +1,6 @@ -// cs3006-3.cs: Overloaded method `CLSInterface.Test(int)' differing only in ref or out, or in array rank, is not CLS-compliant -// Line: 9 +// CS3006: Overloaded method `CLSInterface.Test(ref int)' differing only in ref or out, or in array rank, is not CLS-compliant +// Line: 10 +// Compiler options: -warnaserror -warn:1 using System; [assembly: CLSCompliant(true)]