repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove NotWorking
[mcs.git]
/
tests
/
test-xml-023.cs
blob
974877906cae4590845f14fcfd6196629b2c126a
1
// Compiler options: -doc:xml-023.xml
2
public class
Test
3
{
4
public class
A
{}
5
6
public static void
Main
()
7
{
8
}
9
10
/// here is a documentation
11
public static void
Foo
(
A a
,
int
x
)
12
{
13
}
14
}
15