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-227.cs
blob
c6d4c72d83ee4a15ee2536f926c614455e050fe7
1
using
System
;
2
using
Mat
=
A
.
ABC
.
BMT
;
3
4
namespace
A
5
{
6
namespace
ABC
7
{
8
public enum
BMT
9
{
10
X
,
11
}
12
}
13
14
class
T
15
{
16
public enum
Mat
17
{
18
A
=
5
,
19
B
20
}
21
22
public static void
Main
() {
23
Mat c
;
24
c
=
Mat
.
A
;
25
}
26
}
27
}