2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0657-10.cs
blob2a03b5c561b6de0c9aaa14575285d94a090ee147
1 // cs0657-10.cs: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `field'
2 // Line : 6
4 struct S
6 [param: Obsolete]
7 int field;