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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-735.cs
blob
b83b896183cc18b2e7abcfdc0c818c802f4aaa77
1
using
System
;
2
3
public class
B
4
{
5
public class
C
6
{
7
class
X
8
{
9
public
D field
;
10
}
11
12
public static void
Main
()
13
{
14
}
15
}
16
17
class
D
18
{
19
}
20
}