X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3005-4.cs;h=7eb8128946459ea30c7951430028eddb369eb619;hb=32b939f496383a47c535cef1b38424c5a848681f;hp=30e6a3aa20b8abc449fd853a4957d430dcd5d470;hpb=7ff8f29ff29fa3f08ef305ac43ef079097323286;p=mono.git diff --git a/mcs/errors/cs3005-4.cs b/mcs/errors/cs3005-4.cs index 30e6a3aa20b..7eb81289464 100644 --- a/mcs/errors/cs3005-4.cs +++ b/mcs/errors/cs3005-4.cs @@ -1,9 +1,10 @@ -// cs3005.cs: Identifier 'CLSClass.constant' differing only in case is not CLS-compliant +// CS3005: Identifier `CLSClass.constant' differing only in case is not CLS-compliant // Line: 8 +// Compiler options: -warnaserror [assembly:System.CLSCompliant(true)] public class CLSClass { protected int Constant = 1; protected const bool constant = false; -} \ No newline at end of file +}