X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3005-2.cs;h=22dc088b25a8cebbbf4e93b13f0f3a3e68c1f21e;hb=cb0267cf438a78f54b0d9307dec47984b38b97bb;hp=3241506fe65b54b4ee471c946ae65dcde675af43;hpb=130f5dd764ddecbf7215ddbeb636677157526fe9;p=mono.git diff --git a/mcs/errors/cs3005-2.cs b/mcs/errors/cs3005-2.cs index 3241506fe65..22dc088b25a 100644 --- a/mcs/errors/cs3005-2.cs +++ b/mcs/errors/cs3005-2.cs @@ -1,5 +1,6 @@ -// cs3005.cs: Identifier 'CLSClass.Index.get' differing only in case is not CLS-compliant +// CS3005: Identifier `CLSClass.Index.get' differing only in case is not CLS-compliant // Line: 14 +// Compiler options: -warnaserror [assembly:System.CLSCompliant(true)] @@ -12,4 +13,4 @@ public class Y: X { public class CLSClass: Y { public long Index { get { return 3; } } -} \ No newline at end of file +}