X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0441-2.cs;h=f6ba8a6c3eac7cef0d81f447318f4ce0b149e390;hb=6ed5db6dc8932a4b40919bc1bc9d35feff53aaf4;hp=fa6023c7e1f0ddbd2eb9321508e5c651bb0a893e;hpb=a097b5471761180c4aae2dab224ed9caeeae3e86;p=mono.git diff --git a/mcs/errors/cs0441-2.cs b/mcs/errors/cs0441-2.cs index fa6023c7e1f..f6ba8a6c3ea 100644 --- a/mcs/errors/cs0441-2.cs +++ b/mcs/errors/cs0441-2.cs @@ -1,4 +1,4 @@ -// cs0441-2.cs : `Foo': a class cannot be both static and sealed +// CS0441: `Foo': a class cannot be both static and sealed // Line: 3 public sealed partial class Foo {