2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0592-9.cs
blob0e8e1d4aa8195b28cdd41c0b7d42da8b2fc224b6
1 // cs0592-9.cs: The attribute `SAttribute' is not valid on this declaration type. It is valid on `return' declarations only
2 // Line : 12
4 using System;
6 [AttributeUsage (AttributeTargets.ReturnValue)]
7 class SAttribute: Attribute {}
9 public class C
11 int Prop {
12 [param: S]
13 set {