2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0657-8.cs
blob665e0dc75adaa15ece3985aaddad840bd505912e
1 // cs0657-8.cs: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method, return'
2 // Line : 9
4 using System;
6 struct S
9 [param: Obsolete]
10 void method () {}