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
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
test-xml-041.cs
blob
f7a55bd763487de536a381d7182f3b562dd4073c
1
// Compiler options: -doc:xml-042.xml -warnaserror -warn:4
2
/// <summary />
3
public class
EntryPoint
4
{
5
static void
Main
()
6
{
7
}
8
9
/// <summary>
10
/// <see cref="Decide(int)" />
11
/// </summary>
12
private class
A
13
{
14
public virtual void
Decide
(
int
a
)
15
{
16
}
17
}
18
}