1 // cs0108-3.cs: `O.InnerAttribute' hides inherited member `Base.InnerAttribute()'. Use the new keyword if hiding was intended
3 // Compiler options: -warnaserror -warn:2
9 public void InnerAttribute () {}
14 [AttributeUsage(AttributeTargets
.Class
)]
15 public sealed class InnerAttribute
: Attribute
{
20 static void Main () {}