X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0657-20.cs;h=b898f7e018ed355dff1e2e288ec5724c2ff4cc9e;hb=34dd20ad452122ca04c00c54be2293737dba1315;hp=64ba242d8f12354a1b6b3c8cd98b618aae6301c5;hpb=75df74a96c33af7a99e16e4281272f1b67334a48;p=mono.git diff --git a/mcs/errors/cs0657-20.cs b/mcs/errors/cs0657-20.cs index 64ba242d8f1..b898f7e018e 100644 --- a/mcs/errors/cs0657-20.cs +++ b/mcs/errors/cs0657-20.cs @@ -1,12 +1,12 @@ -// cs0657-20.cs: `return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method' -// Line : 7 - -using System; - -public class C -{ - [return: CLSCompliant (false)] - ~C () - { - } -} +// cs0657-20.cs: `return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method' +// Line : 7 + +using System; + +public class C +{ + [return: CLSCompliant (false)] + ~C () + { + } +}