X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0502.cs;h=54979376c8839117b2c6ccf632c96ed9802de16c;hb=890f40d7ad1d68ea5ff86ffdd3f6829dbd86b3ab;hp=0431db0ea5a0579f95b068ea59f2107fa91b5980;hpb=987f8c63e214937c50dcb308149f7558a2cbba41;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 {