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
Fix LLVM linker flags for 6.0.
[mono-project.git]
/
mcs
/
tests
/
test-839.cs
blob
f2573e9e1b079e4ee7ba617f978b18c9b966cb33
1
namespace
N1
2
{
3
using
IndexingChain
=
N2
.
D
.
IndexingChain
;
4
5
class
M
6
{
7
public static void
Main
()
8
{
9
}
10
}
11
}
12
13
namespace
N2
14
{
15
using
N3
;
16
17
public class
D
:
C
18
{
19
}
20
}
21
22
namespace
N3
23
{
24
using
System
.
Collections
.
Generic
;
25
26
public class
C
27
{
28
class
Foo
:
List
<
int
>
29
{
30
}
31
32
public class
IndexingChain
33
{
34
}
35
}
36
37
}
38