summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0657-6.cs
blob: 1de8f1101825af507496bbd95b1c77966065b0b4 (plain)
1
2
3
4
5
6
7
8
// 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
// Line: 5
// Compiler options: -warnaserror

[method: Obsolete]
public interface I
{
}