**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0657-8.cs
blobc56ff11cb0d492905fb359057423054fc47c2bdc
1 // cs0657.cs : 'param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'method, return'
2 // Line : 4
4 struct S
7 [param: Obsolete]
8 void method () {}