linux-packaging-mono/mcs/tests/test-xml-056.cs

15 lines
215 B
C#
Raw Normal View History

// Compiler options: -doc:xml-056.xml
using System;
/// <summary><see cref="AAttribute" /></summary>
[Obsolete("whatever", true)]
public class AAttribute : Attribute {
}
class Demo {
static void Main ()
{
}
}