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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
test-328.cs
blob
b9a27b299174486ff4fb0b1ac694cd6a672e77fb
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
public static void
Main
()
{ }
11
}
12
}
13
}