X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0657-14.cs;h=447fe7ced171de86974790af474c63379aa17f22;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=1a8605d7a4c0b091ab9d5eacb0434be68c10ce54;hpb=c4a3b30460c7ea1a1fb3c97cfc8478555714af2f;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;