repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #15293 from lewing/wasm-clean
[mono-project.git]
/
mcs
/
tests
/
test-xml-072.cs
blob
a160b23838f40086c936ad3d4c6cacd2b2328c55
1
// Compiler options: -doc:xml-072.xml
2
3
class
X
4
{
5
/// <summary>
6
/// Top-class
7
/// </summary>
8
public sealed class
C
9
{
10
public string
Severity
=>
"foo"
;
11
12
/// <summary>
13
/// foo
14
/// </summary>
15
public static void
Main
() {}
16
}
17
}