X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0657-8.cs;h=2d6c227769185aa9560ff4401c76512b2120a1aa;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=665e0dc75adaa15ece3985aaddad840bd505912e;hpb=7015b812166d0992223b5dc4421deab637500265;p=mono.git diff --git a/mcs/errors/cs0657-8.cs b/mcs/errors/cs0657-8.cs index 665e0dc75ad..2d6c2277691 100644 --- a/mcs/errors/cs0657-8.cs +++ b/mcs/errors/cs0657-8.cs @@ -1,11 +1,11 @@ -// cs0657-8.cs: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method, return' -// Line : 9 +// CS0657: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method, return'. All attributes in this section will be ignored +// Line: 9 +// Compiler options: -warnaserror using System; struct S { - [param: Obsolete] void method () {} } \ No newline at end of file