6992685b86
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
17 lines
235 B
C#
17 lines
235 B
C#
// Compiler options: -doc:xml-072.xml
|
|
|
|
class X
|
|
{
|
|
/// <summary>
|
|
/// Top-class
|
|
/// </summary>
|
|
public sealed class C
|
|
{
|
|
public string Severity => "foo";
|
|
|
|
/// <summary>
|
|
/// foo
|
|
/// </summary>
|
|
public static void Main() {}
|
|
}
|
|
} |