X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0502.cs;h=54979376c8839117b2c6ccf632c96ed9802de16c;hb=b9dd48c9c44bbc9c057aee9bd834de7966ae8565;hp=0431db0ea5a0579f95b068ea59f2107fa91b5980;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/errors/cs0502.cs b/mcs/errors/cs0502.cs index 0431db0ea5a..54979376c88 100644 --- a/mcs/errors/cs0502.cs +++ b/mcs/errors/cs0502.cs @@ -1,4 +1,4 @@ -// cs0502.cs: `Main.Test()' cannot be both abstract and sealed +// CS0502: `Main.Test()' cannot be both abstract and sealed // Line: 10 abstract class Base {