X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0657-7.cs;h=2d9102e0dd53c8e31a41e25cc2738c7fb90d185e;hb=3319d6a5a753c3ded84c20a4ff2a0935a58fec21;hp=5eed32386c053551d68052676e2c8df4dcc8804f;hpb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;p=mono.git diff --git a/mcs/errors/cs0657-7.cs b/mcs/errors/cs0657-7.cs index 5eed32386c0..2d9102e0dd5 100644 --- a/mcs/errors/cs0657-7.cs +++ b/mcs/errors/cs0657-7.cs @@ -1,5 +1,6 @@ -// cs0657-7.cs: `method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module' -// Line : 4 +// CS0657: `method' 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: 5 +// Compiler options: -warnaserror [method: Obsolete] delegate void Delegate ();