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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
test-xml-049.cs
blob
68e4c8660161ef8974061d132d7b65d696309f34
1
// Compiler options: -doc:xml-049.xml -warnaserror
2
/// <summary>
3
/// </summary>
4
public class
Testje
{
5
static void
Main
() {
6
}
7
8
/// <summary>
9
/// <see cref="Test" />
10
/// <see cref="Format(object)" />
11
/// </summary>
12
private class
A
{
13
/// <summary>
14
/// <see cref="Test" />
15
/// <see cref="Format(object)" />
16
/// </summary>
17
private class
Test
{
18
}
19
}
20
21
/// <summary />
22
public string
Test
{
23
get
{ return ""; }
24
}
25
26
/// <summary />
27
public static void
Format
(
object
a
)
28
{
29
}
30
}
31