[build] Fix warning (#4177)
[mono-project.git] / mcs / tests / test-xml-056.cs
blob25d036e19000a7fd8ff52ff396b5e10b23304f67
1 // Compiler options: -doc:xml-056.xml
3 using System;
5 /// <summary><see cref="AAttribute" /></summary>
6 [Obsolete("whatever", true)]
7 public class AAttribute : Attribute {
10 class Demo {
11 static void Main ()