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-202.cs
blob
3efb5fde6eca8e79ca8a9824ea022f0f494c606f
1
using
X
;
2
namespace
X
3
{
4
public class
X
5
{ }
6
}
7
8
namespace
A
.
B
.
C
9
{
10
public class
D
11
{ }
12
}
13
14
class
Test
15
{
16
public static int
Main
()
17
{
18
A
.
B
.
C
.
D d
=
new
A
.
B
.
C
.
D
();
19
X
.
X x
=
new
X
.
X
();
20
return
0
;
21
}
22
}