2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0657-12.cs
blobadbb0873e1583c08c8c5a8088b6d185606300e87
1 // cs0657-12.cs: `type' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method, param, return'
2 // Line: 14
4 using System;
6 [AttributeUsage(AttributeTargets.All)]
7 public class TestAttribute: Attribute
11 class C
13 int Prop {
14 [type:Test]
15 set {