X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0683.cs;h=0fc25711f6c8c47c832ad197a8841c2ffb7f02a5;hb=919824ddd436a6b13f994c77e9910045fa729d16;hp=f3429d633a34da7fcd31c3f0db3c23b866814ae1;hpb=a8b22e0e864c03b8cfd2f2cb5a8075b6611c5553;p=mono.git diff --git a/mcs/errors/cs0683.cs b/mcs/errors/cs0683.cs index f3429d633a3..0fc25711f6c 100644 --- a/mcs/errors/cs0683.cs +++ b/mcs/errors/cs0683.cs @@ -1,4 +1,4 @@ -// cs0683.cs: `C.I.set_Foo(int)' explicit method implementation cannot implement `I.Foo' because it is an accessor +// CS0683: `C.I.set_Foo(int)' explicit method implementation cannot implement `I.Foo.set' because it is an accessor // Line: 11 interface I