Wed Oct 17 13:24:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / errors / cs0657-6.cs
1 // cs0657-6.cs: `method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'
2 // Line : 4
3
4 [method: Obsolete]
5 public interface I
6 {
7 }