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

19 lines
275 B
C#
Raw Normal View History

// Compiler options: -doc:xml-042.xml -warnaserror -warn:4
/// <summary />
public class EntryPoint
{
static void Main()
{
}
/// <summary>
/// <see cref="Decide(int)" />
/// </summary>
private class A
{
public virtual void Decide(int a)
{
}
}
}