1 // CS0617: `foo3' is not a valid named attribute argument. Named attribute arguments must be fields which are not readonly, static, const or read-write properties which are public and not static
4 class BazAttribute
: System
.Attribute
6 public object foo3 { set {}
}
11 [Baz (foo3
= 3)] void f3() {}