X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0713.cs;h=52e1247fcfcec53179d71e73bca901051cab4ef9;hb=59ddb222e093ce41efe12432a8f0a4ea0785c219;hp=957ba00760293f48a730d457d8a7783f09aaa530;hpb=dbf19eb41dbd299c4c33d4de35ffe3cf6c669832;p=mono.git diff --git a/mcs/errors/cs0713.cs b/mcs/errors/cs0713.cs index 957ba007602..52e1247fcfc 100644 --- a/mcs/errors/cs0713.cs +++ b/mcs/errors/cs0713.cs @@ -1,4 +1,4 @@ -// cs0713.cs: Static class `StaticClass' cannot derive from type `System.ArgumentException'. Static classes must derive from object +// CS0713: Static class `StaticClass' cannot derive from type `System.ArgumentException'. Static classes must derive from object // Line: 4 static class StaticClass: System.ArgumentException {