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
[configure] Add new target.
[mono-project.git]
/
mcs
/
tests
/
test-837.cs
blob
67040d2bf4457ec17c075a02c3c4268ef4e71b6a
1
namespace
TT
2
{
3
class
GG
4
{
5
}
6
}
7
8
namespace
TT
9
{
10
namespace
A
11
{
12
using
GG
=
System
.
DateTime
;
13
14
namespace
X
.
Y
15
{
16
class
X
17
{
18
public static void
Main
()
19
{
20
System
.
DateTime dt
=
new
GG
();
21
}
22
}
23
}
24
}
25
}