2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0657-7.cs
blob5eed32386c053551d68052676e2c8df4dcc8804f
1 // cs0657-7.cs: `method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'
2 // Line : 4
4 [method: Obsolete]
5 delegate void Delegate ();