repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-02-20 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-328.cs
blob
f0bc4c42924095b47f4ec0d4a721acbd935e6121
1
namespace
X
{
2
enum
Z { x }
;
3
}
4
namespace
A
{
5
using
Y
=
X
;
6
namespace
B
{
7
using
Y
;
8
class
Tester
{
9
internal static
Z z
=
Z
.
x
;
10
static void
Main
()
{ }
11
}
12
}
13
}