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-334.cs
blob
e8fdbb929024103db47f8b419cebd0594d64db9f
1
namespace
Test
{
2
using
Bar
=
Foo
.
Store
.
Directory
;
3
namespace
Foo
{
4
namespace
Index
{
5
public class
CompoundFileReader
:
Bar
{
6
public static void
Main
()
{ }
7
}
8
}
9
}
10
}
11
12
namespace
Test
{
13
namespace
Foo
{
14
namespace
Store
{
15
public class
Directory { }
16
}
17
}
18
}
19