X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0657-14.cs;h=447fe7ced171de86974790af474c63379aa17f22;hb=2f076e3b2d1eb1b59afdea3856e6389ce25db878;hp=1a8605d7a4c0b091ab9d5eacb0434be68c10ce54;hpb=89d0ba3968d36576553e0f483b0c69465f94e8ae;p=mono.git diff --git a/mcs/errors/cs0657-14.cs b/mcs/errors/cs0657-14.cs index 1a8605d7a4c..447fe7ced17 100644 --- a/mcs/errors/cs0657-14.cs +++ b/mcs/errors/cs0657-14.cs @@ -1,5 +1,6 @@ -// cs0657-14.cs: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `event, field, method' -// Line : 8 +// CS0657: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `event, field, method'. All attributes in this section will be ignored +// Line: 9 +// Compiler options: -warnaserror using System;