X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0683.cs;h=0fc25711f6c8c47c832ad197a8841c2ffb7f02a5;hb=34dd20ad452122ca04c00c54be2293737dba1315;hp=f3429d633a34da7fcd31c3f0db3c23b866814ae1;hpb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;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