1 // cs1667-2.cs: Attribute `System.ObsoleteAttribute' is not valid on property or event accessors. It is valid on `class, struct, enum, constructor, method, property, indexer, field, event, interface, delegate' declarations only
5 public static bool Error
{
6 [System
.Obsolete
] set {
12 public static void Main () {