[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0657-6.cs
blob1de8f1101825af507496bbd95b1c77966065b0b4
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 public interface I