(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0657-7.cs
blob45b4459652aafe37e2b903200b2c9d435cef0f3d
1 // cs0657.cs : 'method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'type, return'
2 // Line : 4
4 [method: Obsolete]
5 delegate void Delegate ();