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

test-xml-068.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ca61573a071c3e54364a0ac52c67b99b7945a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Compiler options: -doc:xml-068.xml

class X
{
	/// <summary>
	/// Test summary
	/// </summary>
	/// <see cref="#sometext"/>
	static void Test ()
	{
	}

	public static void Main ()
	{
	}
}