for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs0657-7.cs
blob2d9102e0dd53c8e31a41e25cc2738c7fb90d185e
1 // CS0657: `method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'. All attributes in this section will be ignored
2 // Line: 5
3 // Compiler options: -warnaserror
5 [method: Obsolete]
6 delegate void Delegate ();