X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0418.cs;h=4296e0f5edc88e5a1572cc0ea09562c31d800f34;hb=bcefc710782c9e95d3e9bcad58d4bcf1a944150d;hp=b173c83844897a62eb4cdf888db89b52d83d1e79;hpb=948dbf8d4581ac17f5420cc4f7dc375e3c502576;p=mono.git diff --git a/mcs/errors/cs0418.cs b/mcs/errors/cs0418.cs index b173c838448..4296e0f5edc 100644 --- a/mcs/errors/cs0418.cs +++ b/mcs/errors/cs0418.cs @@ -1,4 +1,4 @@ -// cs0418.cs: `TestClass': an abstract class cannot be sealed or static +// CS0418: `TestClass': an abstract class cannot be sealed or static // Line: 4 public abstract sealed class TestClass