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