// CS0619: `Y' is obsolete: `ooo' // Line: 6 using System; class X : I { } interface I { } [Obsolete("ooo", true)] class Y { }