X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3005-7.cs;h=7c8ec0b46ca1179fcbd3a26318b99bfa40013158;hb=f8e511f9e9c530283e4ae4d715247112cfc584a0;hp=cd893c3c2ca5b5d5e6032ce47ef8cb531692748b;hpb=130f5dd764ddecbf7215ddbeb636677157526fe9;p=mono.git diff --git a/mcs/errors/cs3005-7.cs b/mcs/errors/cs3005-7.cs index cd893c3c2ca..7c8ec0b46ca 100644 --- a/mcs/errors/cs3005-7.cs +++ b/mcs/errors/cs3005-7.cs @@ -1,9 +1,10 @@ -// cs3005.cs: Identifier 'CLSClass.this[int].set' differing only in case is not CLS-compliant +// cs3005-7.cs: Identifier `CLSClass.this[int].set' differing only in case is not CLS-compliant // Line: 8 +// Compiler options: -warnaserror [assembly:System.CLSCompliant(true)] public class CLSClass { protected int SET_item; public int this[int index] { set {} } -} \ No newline at end of file +}