Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-xml-056.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25d036e19000a7fd8ff52ff396b5e10b23304f67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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 ()
	{
	}
}