X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0657-4.cs;h=145128e1651bb70df1796871106cf85a1c1e96eb;hb=a9e73e7370307c2fb346b645c890bb91fd875d33;hp=f725e4eac403fd717bba9f6b710126a2d65b0b24;hpb=2007998771b1c4d9e762943676d7959daaf74385;p=mono.git diff --git a/mcs/errors/cs0657-4.cs b/mcs/errors/cs0657-4.cs index f725e4eac40..145128e1651 100644 --- a/mcs/errors/cs0657-4.cs +++ b/mcs/errors/cs0657-4.cs @@ -1,5 +1,6 @@ -// cs0657-4.cs: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module' -// Line : 6 +// CS0657: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'. All attributes in this section will be ignored +// Line: 7 +// Compiler options: -warnaserror using System;