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
Merge pull request #1861 from saper/home-override
[mono-project.git]
/
mcs
/
tests
/
test-838.cs
blob
ff6d5fa63035dc4ecec93df3dbcf3a8e3cf77430
1
namespace
N1
2
{
3
using
System
;
4
using
RVA
=
N2
.
G
<
N2
.
Test
>;
5
}
6
7
namespace
N2
8
{
9
using
System
;
10
11
[
Obsolete
(
"old version"
,
true
)]
12
class
Test
13
{
14
}
15
16
class
G
<
T
>
17
{
18
}
19
20
class
C
21
{
22
public static void
Main
()
23
{
24
}
25
}
26
}