X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0441-2.cs;h=f6ba8a6c3eac7cef0d81f447318f4ce0b149e390;hb=0b65fb9d99f02f2a330b20eafcfe57fec34c0465;hp=fa6023c7e1f0ddbd2eb9321508e5c651bb0a893e;hpb=89d0ba3968d36576553e0f483b0c69465f94e8ae;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 {