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-009.cs
blob
9f4ac8c51b4e936a4213d046ac618ed162f76165
1
// Compiler options: -doc:xml-009.xml
2
using
System
;
3
4
namespace
Testing
5
{
6
public class
Test
7
{
8
public static void
Main
()
9
{
10
/// inside method - not allowed.
11
}
12
}
13
14
public class
Test2
15
{
16
/// no target
17
}
18
19
public class
Test3
20
{
21
}
22
/// no target case 2.
23
}
24