X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0713-2.cs;h=163dab8dd7e7adf4a9b4d72e6d10eb56e921a873;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=1f7cfdda0a4db468afa036e77d6e154ad053ea7e;hpb=d49951ccf584ba637afb1dab7fff714478e3174d;p=mono.git diff --git a/mcs/errors/cs0713-2.cs b/mcs/errors/cs0713-2.cs index 1f7cfdda0a4..163dab8dd7e 100644 --- a/mcs/errors/cs0713-2.cs +++ b/mcs/errors/cs0713-2.cs @@ -1,8 +1,8 @@ -// cs0713.cs: Static class `StaticClass' cannot derive from type `System.ArgumentNullException'. Static classes must derive from object -// Line: 4 - -static partial class StaticClass { -} - -static partial class StaticClass : System.ArgumentNullException { -} +// CS0713: Static class `StaticClass' cannot derive from type `System.ArgumentNullException'. Static classes must derive from object +// Line: 4 + +static partial class StaticClass { +} + +static partial class StaticClass : System.ArgumentNullException { +}