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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
test-xml-020.cs
blob
da30bdf53f7b0e2e57ef6e36b45c6a64e3383d87
1
// Compiler options: -doc:xml-020.xml
2
using
System
;
3
4
namespace
Testing
5
{
6
public class
Test
7
{
8
public static void
Main
()
9
{
10
}
11
12
/// comment for constructor
13
public
Test
()
14
{
15
}
16
17
/// comment for destructor
18
~
Test
()
19
{
20
}
21
}
22
}
23